dedecms自帶編輯器不能編輯源碼問題解決

字號:


    關(guān)鍵字描述:源碼 問題 解決 編輯 不能 " modetype if full" 使用dede自帶編輯器不能編輯源碼 打開 include/htmledit/index.php 找到第六行 if($modetype=="full"){ 改為 if($modetype=="full"||$modetype==""||$modetype==&
    關(guān)鍵字描述:源碼 問題 解決 編輯 不能 " modetype if full"
    使用dede自帶編輯器不能編輯源碼
    打開 include/htmledit/index.php
    找到第六行 if($modetype=="full"){
    改為
    if($modetype=="full"||$modetype==""||$modetype=="basic"){