Fix trailing tags

This commit is contained in:
Michal Čihař 2011-08-15 17:46:58 +02:00
parent 3d57df57bd
commit d4049610ee

View File

@ -744,7 +744,7 @@ echo __('Runtime Information');
<input name="filterText" type="text" id="filterText" style="vertical-align: baseline;" />
</div>
<div class="formelement">
<input type="checkbox" name="filterAlert" id="filterAlert">
<input type="checkbox" name="filterAlert" id="filterAlert" />
<label for="filterAlert"><?php echo __('Show only alert values'); ?></label>
</div>
<div class="formelement">
@ -761,7 +761,7 @@ echo __('Runtime Information');
</select>
</div>
<div class="formelement">
<input type="checkbox" name="dontFormat" id="dontFormat">
<input type="checkbox" name="dontFormat" id="dontFormat" />
<label for="dontFormat"><?php echo __('Show unformatted values'); ?></label>
</div>
</fieldset>