소스 검색

org-e-html: Fix a typo

Jambunathan K 13 년 전
부모
커밋
77e66226f7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      EXPERIMENTAL/org-e-html.el

+ 1 - 1
EXPERIMENTAL/org-e-html.el

@@ -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