summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--help3/xhpeditor/js/snippets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3/xhpeditor/js/snippets.js b/help3/xhpeditor/js/snippets.js
index f2d4303e..70b1e483 100644
--- a/help3/xhpeditor/js/snippets.js
+++ b/help3/xhpeditor/js/snippets.js
@@ -129,7 +129,7 @@ function bookmarkValue() {
}
function bookmarkBranch() {
- var a1 = '<bookmark branch="hid/CHANGE ME(path/to/dialog/widget)" id="' + random('bm') + '" localize="false"/>\n';
+ var a1 = '<bookmark branch="hid/CHANGE ME(path/to/dialog/widget)" id="' + random('bm') + '" localize="false"/>\n';
editor.replaceRange(a1, editor.doc.getCursor());
}