mirror of
https://github.com/danpros/htmly.git
synced 2026-04-20 04:26:22 +05:30
Fix strings
This commit is contained in:
parent
e625ab0e27
commit
8ceba06148
4 changed files with 5 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue