* change ueditor to kindeditor.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
?>
|
||||
<?php include '../../common/view/header.html.php';?>
|
||||
<?php if($doc->contentType == 'html') include '../../common/view/ueditor.html.php';?>
|
||||
<?php if($doc->contentType == 'html') include '../../common/view/kindeditor.html.php';?>
|
||||
<?php if($doc->contentType == 'markdown') include '../../common/view/markdown.html.php';?>
|
||||
<?php if($this->app->getClientLang() == 'en'):?>
|
||||
<style> #whiteListBox .input-group:last-child .input-group-addon{padding:5px 16px} </style>
|
||||
|
||||
Reference in New Issue
Block a user