Skip to content

Commit dc7e037

Browse files
save file
1 parent b68dfef commit dc7e037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/editors/html-editor/v2.0/html-editor-v2.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
filemod = mod['file-mod'];
121121
publish = mod['publish-ui'];
122122
editor = mod['web-editor'];
123-
output = mod.output;
123+
output = mod['output-html'];
124124
log = mod['log-mod'];
125125

126126
menu.initmod({keydown});
@@ -281,7 +281,7 @@ <h1 slot=seo-hdr class=visually-hidden>html editor</h1>
281281

282282
<div id=page-slider style='width:10px;cursor:ew-resize'></div>
283283

284-
<output component=page v2.0></output>
284+
<output-html component=page></output-html>
285285

286286
</div>
287287

0 commit comments

Comments
 (0)