diff --git a/src/static/ckeditor/config.js b/src/static/ckeditor/config.js
index 8b21bc48..b913681b 100644
--- a/src/static/ckeditor/config.js
+++ b/src/static/ckeditor/config.js
@@ -18,6 +18,7 @@ CKEDITOR.editorConfig = function (config) {
{ name: 'colors', groups: ['colors'] },
{ name: 'tools', groups: ['tools'] }
];
+ config.removePlugins = 'exportpdf';
config.height = 500;
config.extraPlugins = 'html5video,dedepagebreak,textindent';
config.removeButtons = 'About,ShowBlocks,Iframe,Flash,Form,Checkbox,Radio,TextField,Textarea,Select,Button,ImageButton,HiddenField';
diff --git a/src/system/typelink/typeunit.class.menu.php b/src/system/typelink/typeunit.class.menu.php
index 96a8d133..94a1580a 100755
--- a/src/system/typelink/typeunit.class.menu.php
+++ b/src/system/typelink/typeunit.class.menu.php
@@ -158,23 +158,23 @@ class TypeUnit
//普通列表
if ($ispart == 0 || empty($ispart)) {
$smenu = " oncontextmenu=\"CommonMenu(event,this,$id,'".urlencode($typeName)."')\"";
- $timg = "

";
+ $timg = "

";
}
//封面频道
else if ($ispart == 1) {
$smenu = " oncontextmenu=\"CommonMenuPart(event,this,$id,'".urlencode($typeName)."')\"";
- $timg = "

";
+ $timg = "

";
}
//独立页面
//else if($ispart==2)
//{
- //$timg = "

";
+ //$timg = "

";
//$smenu = " oncontextmenu=\"SingleMenu(event,this,$id,'".urlencode($typeName)."')\" ";
//}
//跳转网址
else {
continue;
- $timg = "

";
+ $timg = "

";
$smenu = " oncontextmenu=\"JumpMenu(event,this,$id,'".urlencode($typeName)."')\" ";
}
echo "