浏览代码

Merge branch 'maint'

Nicolas Goaziou 8 年之前
父节点
当前提交
5e35bc1807
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ox-texinfo.el

+ 1 - 1
lisp/ox-texinfo.el

@@ -1380,7 +1380,7 @@ as a communication channel."
 	(type (org-element-property :type special-block)))
     (format "@%s%s\n%s@end %s"
 	    type
-	    (if opt (concat " " opt) opt)
+	    (if opt (concat " " opt) "")
 	    (or contents "")
 	    type)))