Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-01-24 18:20:22 +01:00
commit 969d14deef
1 changed files with 1 additions and 1 deletions

View File

@ -3056,7 +3056,7 @@ INFO is a plist holding contextual information. See
;; equivalent line number.
((string= type "coderef")
(let ((fragment (concat "coderef-" (org-html-encode-plain-text path))))
(format "<a href=\"#%s\"%s%s>%s</a>"
(format "<a href=\"#%s\" %s%s>%s</a>"
fragment
(format "class=\"coderef\" onmouseover=\"CodeHighlightOn(this, \
'%s');\" onmouseout=\"CodeHighlightOff(this, '%s');\""