Changeset 1046
- Timestamp:
- 10/02/08 20:46:01 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1044 r1046 3008 3008 3009 3009 html += "</head>\n"; 3010 html += "<body" + (editor.config.bodyID ? (" id=\"" + editor.config.bodyID + "\"") : '') + ">\n";3010 html += "<body" + (editor.config.bodyID ? (" id=\"" + editor.config.bodyID + "\"") : '') + (editor.config.bodyClass ? (" class=\"" + editor.config.bodyClass + "\"") : '') + ">\n"; 3011 3011 html += editor.inwardHtml(editor._textArea.value); 3012 3012 html += "</body>\n";
