Use Greek-style quotes for HTML output in el_GR.ISO8859-7/ docs.

DSSSL-foo by:	hrs
This commit is contained in:
Giorgos Keramidas 2008-11-09 22:16:50 +00:00
parent f8bc76267f
commit a4d1d6314f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33190

View file

@ -58,6 +58,13 @@
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
(literal "doc@FreeBSD.org"))
(literal ">.")))))
<!-- More aesthetically pleasing Greek quotes for HTML output. -->
(element quote
(make sequence
(make entity-ref name: "laquo")
(process-children)
(make entity-ref name: "raquo")))
]]>
<!-- More aesthetically pleasing chapter headers for print output -->