diff options
-rw-r--r-- | help3/xhpeditor/snippets.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help3/xhpeditor/snippets.js b/help3/xhpeditor/snippets.js index fa17cd0c..1f3ad206 100644 --- a/help3/xhpeditor/snippets.js +++ b/help3/xhpeditor/snippets.js @@ -154,7 +154,7 @@ function item(type) { } function c_menuitem() { - editor.replaceSelection('<menuitem>'+ editor.doc.getSelection() +'</menuitem> ',''); + editor.replaceSelection('<menuitem>'+ editor.doc.getSelection() +'</menuitem>',''); } function _literal() { editor.replaceSelection('<literal>'+ editor.doc.getSelection() +'</literal>',''); |