summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-03-23 15:08:49 +0100
committerBastien Guerry <bzg@altern.org>2011-03-23 15:08:49 +0100
commitc4dbff58bee7966a3ff8748a05ac0528e017f908 (patch)
tree990353595bd93016edb1053f92ef45cf6cd89cac
parenta201b11286d74407614b62b61a5e04446d5d6eea (diff)
downloadorg-mode-c4dbff58bee7966a3ff8748a05ac0528e017f908.tar.gz
Whitespaces clean up.
-rw-r--r--lisp/org-html.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-html.el b/lisp/org-html.el
index 7fd2079..62fce1b 100644
--- a/lisp/org-html.el
+++ b/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)