From 13c894d0bb208906ec2aebb2e583283b517c5174 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 31 Jan 2011 19:38:38 +0100 Subject: [PATCH] Use
instead of
to keep w3c validator happy. * org-html.el (org-export-html-html-helper-timestamp): use
instead of
to keep w3c validator happy. --- lisp/org-html.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 93c200bb6..6c0e5e3f1 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -477,7 +477,6 @@ When nil, also column one will use data tags." (const :tag "XHTML 1.0" "

Validate XHTML 1.0

") (string :tag "Specify full HTML"))) - (defcustom org-export-html-with-timestamp nil "If non-nil, write timestamp into the exported HTML text. If non-nil Write `org-export-html-html-helper-timestamp' into the @@ -487,7 +486,7 @@ a file." :type 'boolean) (defcustom org-export-html-html-helper-timestamp - "


\n" + "


\n" "The HTML tag used as timestamp delimiter for HTML-helper-mode." :group 'org-export-html :type 'string) -- 2.11.4.GIT