Remove unnecessary quotation marks from <meta> element.

Spotted by:	Byung-Hee HWANG (bh at izb dot knu dot ac dot kr)
This commit is contained in:
Hiroki Sato 2004-12-31 22:34:52 +00:00
parent 2a3adb01e2
commit 6178a7ad5d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23396

View file

@ -38,7 +38,7 @@
(define %hyphenation% #f) <!-- Silence a warning -->
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type")
("CONTENT" "text/html; charset=\"&doc.html.charset;\""))))
("CONTENT" "text/html; charset=&doc.html.charset;"))))
(define %gentext-nav-use-tables%
;; Use tables to build the navigation headers and footers?