소스 검색

[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>