Explorar o código

[notebook] Fix markdown editor issue

This fixes an issue where the markdown editor isn't shown in edit mode
Johan Ahlen %!s(int64=10) %!d(string=hai) anos
pai
achega
cebf7fe

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