瀏覽代碼

fixed typo in editor.html

iyegoroff 7 年之前
父節點
當前提交
c67854e686
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/editor.html

+ 2
- 2
src/editor.html 查看文件

@@ -1747,7 +1747,7 @@
1747 1747
 		<!-- ZSSRichTextEditor Editable Content -->
1748 1748
 		<div id="zss_editor_title" class="zss_editor_title" contenteditable="true" placeholder="" disableLineBreaks="true"></div>
1749 1749
 		<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>
1751 1751
 		<div id="zss_editor_footer"></div>
1752 1752
 	</body>
1753
-</html>
1753
+</html>