浏览代码

更新

tags/6.2.12
叙述、别离 7 个月前
父节点
当前提交
59548e8d51
共有 9 个文件被更改,包括 9 次插入10 次删除
  1. +1
    -1
      src/admin/mychannel_edit.php
  2. +1
    -2
      src/admin/templets/file_edit.htm
  3. +1
    -1
      src/admin/templets/freelist_add.htm
  4. +1
    -1
      src/admin/templets/freelist_edit.htm
  5. +1
    -1
      src/admin/templets/mychannel_edit.htm
  6. +1
    -1
      src/admin/templets/mytag_tag_guide.htm
  7. +1
    -1
      src/admin/templets/tag_test.htm
  8. +1
    -1
      src/admin/templets/tpl_edit.htm
  9. +1
    -1
      src/admin/templets/tpl_edit_tag.htm

+ 1
- 1
src/admin/mychannel_edit.php 查看文件

@@ -572,7 +572,7 @@ if ($dopost == "show") {
echo "<script>var editor = CodeMirror.fromTextArea(document.getElementById('content'), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html',
});</script>";
echo $forms;
}


+ 1
- 2
src/admin/templets/file_edit.htm 查看文件

@@ -64,8 +64,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("str"), {
lineNumbers: true,
lineWrapping: true,
mode: '{dede:global name='
extension '/}'
mode: '{dede:global name='extension'/}',
});
</script>
</body>

+ 1
- 1
src/admin/templets/freelist_add.htm 查看文件

@@ -214,7 +214,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html',
});
</script>
</body>

+ 1
- 1
src/admin/templets/freelist_edit.htm 查看文件

@@ -214,7 +214,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html',
});
</script>
</body>

+ 1
- 1
src/admin/templets/mychannel_edit.htm 查看文件

@@ -287,7 +287,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("fieldset"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html',
});
</script>
</body>

+ 1
- 1
src/admin/templets/mytag_tag_guide.htm 查看文件

@@ -172,7 +172,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("myinnertext"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html',
});
</script>
</body>

+ 1
- 1
src/admin/templets/tag_test.htm 查看文件

@@ -53,7 +53,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("partcode"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html',
});
</script>
</body>

+ 1
- 1
src/admin/templets/tpl_edit.htm 查看文件

@@ -102,7 +102,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("content"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/html'
mode: 'text/html',
});
</script>
</body>

+ 1
- 1
src/admin/templets/tpl_edit_tag.htm 查看文件

@@ -62,7 +62,7 @@
var editor = CodeMirror.fromTextArea(document.getElementById("content"), {
lineNumbers: true,
lineWrapping: true,
mode: 'text/x-php'
mode: 'text/x-php',
});
</script>
</body>

正在加载...
取消
保存