UI: viewbox parameter was set in wrong parameter order

This commit is contained in:
Marc Tobias Metten
2016-09-13 14:41:56 +02:00
parent eb0b3bfa4c
commit 775fdeb8e4
2 changed files with 14 additions and 9 deletions

View File

@@ -22,10 +22,8 @@
<?php } ?>
<input type="hidden" name="viewbox" value="<?php echo $sViewBox; ?>" />
<div class="checkbox-inline">
<label>
<input type="checkbox" id="use_viewbox" <?php if ($sViewBox) echo "checked='checked'"; ?>>
apply viewbox
</label>
<input type="checkbox" id="use_viewbox" <?php if ($sViewBox) echo "checked='checked'"; ?>>
<label for="use_viewbox">apply viewbox</label>
</div>
</div>
<div class="search-type-link">