Explorar el Código

Whitespaces clean up.

Bastien Guerry hace 14 años
padre
commit
c4dbff58be
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lisp/org-html.el

+ 2 - 2
lisp/org-html.el

@@ -1691,8 +1691,8 @@ lang=\"%s\" xml:lang=\"%s\">
 
       (save-excursion
 	(goto-char (point-min))
-	(while (re-search-forward 
-		"\\(\\(<p class=\"footnote\">\\)[^\000]*?\\)\\(\\(\\2\\)\\|\\'\\)" 
+	(while (re-search-forward
+		"\\(\\(<p class=\"footnote\">\\)[^\000]*?\\)\\(\\(\\2\\)\\|\\'\\)"
 		nil t)
 	  (push (match-string 1) footnotes)
 	  (replace-match "\\4" t nil)