Web: remove legacy xhtml syntax (#1723)

This commit is contained in:
Gaspard Beernaert
2020-06-17 00:45:35 +02:00
committed by GitHub
parent f5d0e1dbb3
commit 17ec6095d6
6 changed files with 11 additions and 8 deletions
@@ -249,7 +249,7 @@
<? ENDIF ?>
</td>
<td class="mod_descr"><? VAR Description ?></td>
<td align="center">
<td class="center">
<? IF CanBeLoadedGlobally ?>
<input type="checkbox" name="loaded_globally" id="loaded_globally_<? VAR Name ?>"
<? IF LoadedGlobally ?>
@@ -258,7 +258,7 @@
disabled="disabled"/>
<? ENDIF ?>
</td>
<td align="center">
<td class="center">
<? IF CanBeLoadedByUser ?>
<input type="checkbox" name="loaded_by_user" id="loaded_by_user_<? VAR Name ?>"
<? IF LoadedByUser ?>