Browse Source

fixed typo in editor.html

iyegoroff 8 years ago
parent
commit
c67854e686
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/editor.html

+ 2
- 2
src/editor.html View File

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