Skip to content
Snippets Groups Projects
Commit ccceba12 authored by David Siegfried's avatar David Siegfried Committed by Murtaza Sultani
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent cbeec8e4
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
<label>
<?= _('Sortierposition') ?>
<input type="text" name="sort_position"
value="<?= isset($sort_position) ? htmlReady($sort_position) : null ?>">
value="<?= !empty($sort_position) ? htmlReady($sort_position) : '' ?>">
</label>
<? endif ?>
</fieldset>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment