|
1 |
| -<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v1.27 2004/06/29 20:44:34 petere Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/stylesheet.dsl,v1.28 2004/11/10 23:01:47 petere Exp $ --> |
2 | 2 | <!DOCTYPE style-sheet PUBLIC"-//James Clark//DTD DSSSL Style Sheet//EN" [
|
3 | 3 |
|
4 | 4 | <!-- must turn on one of these with -i on the jade command line -->
|
|
193 | 193 | (make empty-element gi:"HR")
|
194 | 194 | (empty-sosofo)))
|
195 | 195 |
|
196 |
| -;;Put date of creation into HTML header |
| 196 | +;;Add character encoding and time of creation into HTML header |
197 | 197 | (define %html-header-tags%
|
198 |
| - (list (list"META" '("NAME""creation") (list"CONTENT" (time->string (time) #t))))) |
| 198 | + (list (list"META" '("HTTP-EQUIV""Content-Type") '("CONTENT""text/html; charset=ISO-8859-1")) |
| 199 | +(list"META" '("NAME""creation") (list"CONTENT" (time->string (time) #t))))) |
199 | 200 |
|
200 | 201 | ;; Create an index
|
201 | 202 | (define html-index #t)
|
|