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:
parent
2a3adb01e2
commit
6178a7ad5d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23396
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
(define %hyphenation% #f) <!-- Silence a warning -->
|
(define %hyphenation% #f) <!-- Silence a warning -->
|
||||||
|
|
||||||
(define %html-header-tags% '(("META" ("HTTP-EQUIV" "Content-Type")
|
(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%
|
(define %gentext-nav-use-tables%
|
||||||
;; Use tables to build the navigation headers and footers?
|
;; Use tables to build the navigation headers and footers?
|
||||||
|
|
Loading…
Reference in a new issue