Use real class name

280608f061754082ec3b3f42ee18a7066481adc0

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/world-info.js+1 -1
@@ -3158,7 +3158,7 @@ export async function getWorldEntry(name, data, entry) {
31583158
31593159 const select = document.createElement('select');
31603160 select.id = 'move_entry_target_select';
31613161 select.classList.add('text_pole', 'wide100p', 'margin-topmarginTop10');
31623162
31633163 const defaultOption = document.createElement('option');
31643164 defaultOption.value = '';