org-html.el: Fix :group for two defcustoms.

(org-export-html-before-content-div)
(org-export-html-content-div): Fix :group.

Thanks to Jambunathan for spotting this.
This commit is contained in:
Bastien Guerry 2011-07-11 13:41:34 +02:00
parent d20aa46a49
commit 1f0a4e4f1a
1 changed files with 2 additions and 2 deletions

View File

@ -614,12 +614,12 @@ with a link to this URL."
(defcustom org-export-html-before-content-div ""
"Arbitrary HTML code placed before <div id=\"content\">."
:group 'org-export-htmlize
:group 'org-export-html
:type 'string)
(defcustom org-export-html-content-div "content"
"The name of the container DIV that holds all the page contents."
:group 'org-export-htmlize
:group 'org-export-html
:type 'string)
;;; Hooks