Skip to content

Commit 3bcf305

Browse files
authored
Update news_edit.php
1 parent f51a49a commit 3bcf305

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

trunk/web/admin/news_edit.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
5757
</label>
5858
</p>
5959
<p align=left>
60-
<textarea class=kindeditor name=content rows=41 >
61-
<?php echo isset($content)?$content:""?>
62-
</textarea>
60+
<textarea class=kindeditor name=content rows=41 ><?php
61+
echo isset($content)?$content:""
62+
?></textarea>
6363
</p>
6464
<p>
6565
<center>

0 commit comments

Comments
 (0)