diff options
Diffstat (limited to 'src/templates')
| -rw-r--r-- | src/templates/form_fields.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/form_fields.php b/src/templates/form_fields.php index 224dbf4..5024c02 100644 --- a/src/templates/form_fields.php +++ b/src/templates/form_fields.php @@ -6,7 +6,7 @@ <?php if ($errors->has('title')) { ?> <p><?= htmlentities(implode(', ', $errors->get('title'))); ?></p> <?php } ?> -<label>Tag<input type="text" name="tag" maxlength="8" value="<?= htmlspecialchars($old->get('tag', $bookmark->tag)); ?>"></label> +<label>Tag<input type="text" name="tag" maxlength="16" value="<?= htmlspecialchars($old->get('tag', $bookmark->tag)); ?>"></label> <?php if ($errors->has('tag')) { ?> <p><?= htmlentities(implode(', ', $errors->get('tag'))); ?></p> <?php } ?> |
