emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] org-export generating invalid HTML due to "<\p>" typo


From: David House
Subject: [Orgmode] [PATCH] org-export generating invalid HTML due to "<\p>" typo
Date: Fri, 8 Aug 2008 09:33:00 +0100

The "Generated by org-mode" text at the end of the document has a
small HTML typo causing invalid HTML to be produced. Patch:

---
diff -u c\:/Program\ Files/Emacs/emacs/site-lisp/org/org-exp.el
c\:/Program\ Files/Emacs/emacs/site-lisp/org/org-exp-mine.el
--- c:/Program Files/Emacs/emacs/site-lisp/org/org-exp.el       2008-07-25
15:19:00.000000000 +0100
+++ c:/Program Files/Emacs/emacs/site-lisp/org/org-exp-mine.el  2008-08-08
09:27:14.796875000 +0100
@@ -3325,7 +3325,7 @@
                    (nth 2 lang-words) ": "
                    date "</p>\n"))
          (when org-export-creator-info
-           (insert (format "<p>HTML generated by org-mode %s in emacs %s<\p>\n"
+           (insert (format "<p>HTML generated by org-mode %s in emacs %s</p>\n"
                            org-version emacs-major-version)))
          (insert "</div>"))

---

This is such a trivial change that I haven't signed papers with the FSF.

-- 
-David House, address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]