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

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

parent 09da25ff
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
<legend><?= _('Grunddaten') ?></legend>
<label>
<?= _('Name') ?>
<input type="text" name="name" value="<?= isset($name) ? htmlReady($name) : null ?>">
<input type="text" name="name" value="<?= !empty($name) ? htmlReady($name) : '' ?>">
</label>
<label>
<?= _('Beschreibungstext') ?>
......
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