aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/post/form.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/post/form.php')
-rw-r--r--theme/admin/html/post/form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/admin/html/post/form.php b/theme/admin/html/post/form.php
index 2e626a6..e4df2ba 100644
--- a/theme/admin/html/post/form.php
+++ b/theme/admin/html/post/form.php
@@ -32,7 +32,7 @@ function categorySelectList($category_tree, $selected = NULL, $prefix = '') {
<i class="fa fa-newspaper-o"></i><?=$Language->text('label_name')?></label>
<div class="form-grid-item">
- <input id="form_name" name="name" value="<?=escapeHTML($FORM['DATA']['NAME'])?>" autofocus />
+ <input id="form_name" name="name" value="<?=escapeHTML($FORM['DATA']['NAME'])?>" required autofocus />
</div>
<label for="form_slug">
@@ -92,7 +92,7 @@ function categorySelectList($category_tree, $selected = NULL, $prefix = '') {
<li data-markdown="list_ol" class="fa fa-list-ol" title="<?=$Language->text('markdown_list_ol')?>"></li>
</ul>
</div>
- <textarea id="content-editor" name="body" placeholder="[…]"><?=escapeHTML($FORM['DATA']['BODY'])?></textarea>
+ <textarea id="content-editor" name="body" placeholder="[…]" required><?=escapeHTML($FORM['DATA']['BODY'])?></textarea>
</div>
<div id="emoticon-list-wrapper" class="form-border-box background padding">
<ul id="emoticon-list" class="button-list emoticons">