浏览代码

[notebook] Fix markdown editor issue

This fixes an issue where the markdown editor isn't shown in edit mode
Johan Ahlen 10 年之前
父节点
当前提交
cebf7fe
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 1
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -698,7 +698,7 @@ from desktop.views import _ko
           <div class="ace-editor" data-bind="attr: { id: id() }, aceEditor: {
               snippet: $data,
               updateOnInput: true
-            "></div>
+            }"></div>
         </div>
         <div class="span6">
           <div data-bind="html: renderMarkdown(statement_raw(), id()), attr: {'id': 'liveMD'+id()}"></div>