org-e-html: Fix a typo

This commit is contained in:
Jambunathan K 2012-03-02 20:59:40 +05:30
parent aa5db9dd65
commit 77e66226f7
1 changed files with 1 additions and 1 deletions

View File

@ -1859,7 +1859,7 @@ contextual information."
(let ((ref (org-find-text-property-in-string 'org-coderef line))
(num (org-find-text-property-in-string 'org-loc line)))
(when num
(setq line (format "<span class=\"linenr1\">%d: </span>%s (%s)"
(setq line (format "<span class=\"linenr\">%d: </span>%s (%s)"
num line ref)))
(when ref
(setq line