|
@@ -41,7 +41,7 @@ class Caozuoguifan extends Apic
|
|
|
'title' => input('title',''),
|
|
|
'type_id' => input('type_id',0),
|
|
|
'image' => input('image',''),
|
|
|
- 'content' => input('content',''),
|
|
|
+ 'content' => input('content','','htmlspecialchars_decode'),
|
|
|
'videofile' => input('videofile',''),
|
|
|
'createtime' => time(),
|
|
|
'updatetime' => time(),
|
|
@@ -71,7 +71,7 @@ class Caozuoguifan extends Apic
|
|
|
'title' => input('title',''),
|
|
|
'type_id' => input('type_id',0),
|
|
|
'image' => input('image',''),
|
|
|
- 'content' => input('content',''),
|
|
|
+ 'content' => input('content','','htmlspecialchars_decode'),
|
|
|
'videofile' => input('videofile',''),
|
|
|
'updatetime' => time(),
|
|
|
];
|