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

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

parent ccceba12
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</label> </label>
<label> <label>
<?= _('Beschreibungstext') ?> <?= _('Beschreibungstext') ?>
<input type="text" name="description" value="<?= isset($description) ? htmlReady($description) : null ?>"> <input type="text" name="description" value="<?= !empty($description) ? htmlReady($description) : '' ?>">
</label> </label>
<? if ($GLOBALS['perm']->have_perm('root')): ?> <? if ($GLOBALS['perm']->have_perm('root')): ?>
<label> <label>
......
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