Skip to content

Commit ad404b5

Browse files
committed
Remove more xhtml
1 parent c96fa13 commit ad404b5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

styles/prosilver/template/skeleton_body.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ <h2 class="solo">{{ lang('SKELETON_TITLE_EXTENSION_INFO') }}</h2>
3030
<div class="{% if loop.index is odd %}column1{% else %}column2{% endif %}">
3131
<fieldset class="fields2">
3232
<dl>
33-
<dt><label for="{{ extension.NAME }}">{{ extension.DESC ~ lang('COLON') }}</label>{% if extension.DESC_EXPLAIN %}<br /><span>{{ extension.DESC_EXPLAIN }}</span>{% endif %}</dt>
34-
<dd><input type="text" tabindex="1" name="{{ extension.NAME }}" id="{{ extension.NAME }}" size="32" value="{{ extension.VALUE }}" class="inputbox" /></dd>
33+
<dt><label for="{{ extension.NAME }}">{{ extension.DESC ~ lang('COLON') }}</label>{% if extension.DESC_EXPLAIN %}<br><span>{{ extension.DESC_EXPLAIN }}</span>{% endif %}</dt>
34+
<dd><input type="text" tabindex="1" name="{{ extension.NAME }}" id="{{ extension.NAME }}" size="32" value="{{ extension.VALUE }}" class="inputbox"></dd>
3535
</dl>
3636
</fieldset>
3737
</div>
@@ -52,20 +52,20 @@ <h2 class="solo">{{ lang('SKELETON_TITLE_AUTHOR_INFO') }}</h2>
5252
<div class="{% if loop.index is odd %}column1{% else %}column2{% endif %}">
5353
<fieldset class="fields2">
5454
<dl>
55-
<dt><label for="{{ author.NAME }}">{{ author.DESC ~ lang('COLON') }}</label>{% if author.DESC_EXPLAIN %}<br /><span>{{ author.DESC_EXPLAIN }}</span>{% endif %}</dt>
56-
<dd><input type="text" tabindex="1" name="{{ author.NAME }}[]" id="{{ author.NAME }}" size="32" value="{{ author.VALUE }}" class="inputbox" /></dd>
55+
<dt><label for="{{ author.NAME }}">{{ author.DESC ~ lang('COLON') }}</label>{% if author.DESC_EXPLAIN %}<br><span>{{ author.DESC_EXPLAIN }}</span>{% endif %}</dt>
56+
<dd><input type="text" tabindex="1" name="{{ author.NAME }}[]" id="{{ author.NAME }}" size="32" value="{{ author.VALUE }}" class="inputbox"></dd>
5757
</dl>
5858
</fieldset>
5959
</div>
6060
{% if loop.index is divisible by(4) and not loop.last %}
6161
</div>
62-
<hr />
62+
<hr>
6363
<div class="skeleton-author" style="overflow: hidden;">
6464
{% endif %}
6565
{% endfor %}
6666
</div>
6767

68-
<input type="button" class="button1" id="skeleton-new-author" value="{{ lang('SKELETON_ADD_AUTHOR') }}" />
68+
<input type="button" class="button1" id="skeleton-new-author" value="{{ lang('SKELETON_ADD_AUTHOR') }}">
6969
</div>
7070
</div>
7171

@@ -81,8 +81,8 @@ <h2 class="solo">{{ lang('SKELETON_TITLE_REQUIREMENT_INFO') }}</h2>
8181
<div class="{% if loop.index is odd %}column1{% else %}column2{% endif %}">
8282
<fieldset class="fields2">
8383
<dl>
84-
<dt><label for="{{ requirement.NAME }}">{{ requirement.DESC ~ lang('COLON') }}</label>{% if requirement.DESC_EXPLAIN %}<br /><span>{{ requirement.DESC_EXPLAIN }}</span>{% endif %}</dt>
85-
<dd><input type="text" tabindex="1" name="{{ requirement.NAME }}" id="{{ requirement.NAME }}" size="32" value="{{ requirement.VALUE }}" class="inputbox" /></dd>
84+
<dt><label for="{{ requirement.NAME }}">{{ requirement.DESC ~ lang('COLON') }}</label>{% if requirement.DESC_EXPLAIN %}<br><span>{{ requirement.DESC_EXPLAIN }}</span>{% endif %}</dt>
85+
<dd><input type="text" tabindex="1" name="{{ requirement.NAME }}" id="{{ requirement.NAME }}" size="32" value="{{ requirement.VALUE }}" class="inputbox"></dd>
8686
</dl>
8787
</fieldset>
8888
</div>
@@ -106,7 +106,7 @@ <h3 class="skeleton-components">{{ lang('SKELETON_COMPONENT_GROUP_' ~ group) }}<
106106
<div>
107107
<span aria-label="{{ component.DESC_EXPLAIN }}" class="tooltipped tooltipped-e tooltipped-multiline">
108108
<label for="{{ component.NAME }}">
109-
<input class="components" type="checkbox" name="{{ component.NAME }}" id="{{ component.NAME }}"{% if component.VALUE %} checked="checked"{% endif %} />
109+
<input class="components" type="checkbox" name="{{ component.NAME }}" id="{{ component.NAME }}"{% if component.VALUE %} checked="checked"{% endif %}>
110110
<strong>{{ component.DESC }}</strong>
111111
</label>
112112
</span>
@@ -125,7 +125,7 @@ <h3 class="skeleton-components">{{ lang('SKELETON_COMPONENT_GROUP_' ~ group) }}<
125125
<div class="inner">
126126
<fieldset class="submit-buttons">
127127
{{ S_HIDDEN_FIELDS }}
128-
<input type="submit" accesskey="s" name="submit" value="{{ lang('SUBMIT') }}" class="button1" />
128+
<input type="submit" accesskey="s" name="submit" value="{{ lang('SUBMIT') }}" class="button1">
129129
</fieldset>
130130
</div>
131131
</div>

0 commit comments

Comments
 (0)