移除多余的无用代码
This commit is contained in:
@@ -11,7 +11,7 @@ require_once("../include/my_func.inc.php");
|
||||
echo "<hr>";
|
||||
echo "<center><h3>".$MSG_NEWS."-"."Edit"."</h3></center>";
|
||||
|
||||
include_once("kindeditor.php");
|
||||
include_once("vditor.php");
|
||||
?>
|
||||
|
||||
<div class="container">
|
||||
@@ -67,7 +67,7 @@ if(isset($_POST['news_id'])){
|
||||
</label>
|
||||
</p>
|
||||
<p align=left>
|
||||
<textarea class=kindeditor name=content rows=41 ><?php echo htmlentities($content,ENT_QUOTES,"UTF-8")?>
|
||||
<textarea class=vditor-editor name=content rows=41 ><?php echo htmlentities($content,ENT_QUOTES,"UTF-8")?>
|
||||
</textarea>
|
||||
</p>
|
||||
<?php require_once("../include/set_post_key.php");?>
|
||||
|
||||
Reference in New Issue
Block a user