Skip to content

Commit c67854e

Browse files
authored
fixed typo in editor.html
1 parent d0d4790 commit c67854e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/editor.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@
17471747
<!-- ZSSRichTextEditor Editable Content -->
17481748
<div id="zss_editor_title" class="zss_editor_title" contenteditable="true" placeholder="" disableLineBreaks="true"></div>
17491749
<div id="separatorContainer"><hr></div>
1750-
<div id="zss_editor_content" class="zs_editor_content" contenteditable="true" placeholder=""></div>
1750+
<div id="zss_editor_content" class="zss_editor_content" contenteditable="true" placeholder=""></div>
17511751
<div id="zss_editor_footer"></div>
17521752
</body>
1753-
</html>
1753+
</html>

0 commit comments

Comments
 (0)