Fix strings

This commit is contained in:
danpros 2024-01-26 13:47:25 +07:00
commit 8ceba06148
4 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@
<div class="row">
<div class="col-sm-6">
<label for="wmd-input"><?php echo i18n('Content');?></label>
<label for="wmd-input"><?php echo i18n('Content');?> <span class="required">*</span></label>
<div id="wmd-button-bar" class="wmd-button-bar"></div>
<textarea id="wmd-input" class="form-control wmd-input <?php if (isset($postContent)) {if (empty($postContent)) {echo 'error';}} ?>" name="content" cols="20" rows="10"><?php if (isset($postContent)) {echo $postContent;} ?></textarea>
<br>