Browse Source

Merge branch 'maint'

Nicolas Goaziou 8 năm trước cách đây
mục cha
commit
4ac47e507d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      lisp/ox-latex.el

+ 2 - 2
lisp/ox-latex.el

@@ -3176,8 +3176,8 @@ centered."
 		      (cl-case (org-export-table-cell-alignment cell info)
 			(left "l")
 			(right "r")
-			(center "c"))
-		      align))
+			(center "c")))
+		    align)
 	      (when (memq 'right borders) (push "|" align))))
 	  info)
 	(apply 'concat (nreverse align)))))