瀏覽代碼

org-html: use non breaking space for empty checkboxes

Nicolas Goaziou 14 年之前
父節點
當前提交
de3d3652bb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-html.el

+ 1 - 1
lisp/org-html.el

@@ -2467,7 +2467,7 @@ the alist of previous items."
 		(concat
 		 (cond
 		  ((string-match "X" checkbox) "<code>[X]</code> ")
-		  ((string-match " " checkbox) "<code>[ ]</code> ")
+		  ((string-match " " checkbox) "<code>[&nbsp;]</code> ")
 		  (t "<code>[-]</code> "))
 		 body)))
 	;; Return modified line