diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 07c932361..f2ce31b2f 100755
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -4,8 +4,6 @@
of the tag.
(org-export-format-source-code): Surround example by empty lines,
to make sure it will not be inside a paragraph.
- (org-export-as-html): Remove the name attribute from anchors that
- do not need it.
* org.el (org-ido-switchb): New function.
diff --git a/lisp/org-exp.el b/lisp/org-exp.el
index 538207eea..f961ffc4e 100644
--- a/lisp/org-exp.el
+++ b/lisp/org-exp.el
@@ -3281,7 +3281,7 @@ lang=\"%s\" xml:lang=\"%s\">
((match-end 2)
(setq line (replace-match
(format
- "@@"
+ "@@"
(org-solidify-link-text (match-string 1 line))
(org-solidify-link-text (match-string 1 line)))
t t line)))