forked from public/foundryvtt-reve-de-dragon
Fix: labels for / id
- Ajout de "for" sur labels - suppression d'id inutiles - corrections de for="xp" incorrects - simplification css alchimie-title/blessure-title
This commit is contained in:
@ -9,8 +9,8 @@
|
||||
</div>
|
||||
{{else}}
|
||||
<div class="form-group">
|
||||
<label>Draconic</label>
|
||||
<select name="system.draconic" id="draconic" data-dtype="String">
|
||||
<label for="system.draconic">Draconic</label>
|
||||
<select name="system.draconic" data-dtype="String">
|
||||
{{#select system.draconic}}
|
||||
{{>"systems/foundryvtt-reve-de-dragon/templates/enum-draconic.html"}}
|
||||
{{/select}}
|
||||
|
Reference in New Issue
Block a user