Use Greek-style quotes for HTML output in el_GR.ISO8859-7/ docs.
DSSSL-foo by: hrs
This commit is contained in:
parent
f8bc76267f
commit
a4d1d6314f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33190
1 changed files with 7 additions and 0 deletions
|
@ -58,6 +58,13 @@
|
||||||
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
|
||||||
(literal "doc@FreeBSD.org"))
|
(literal "doc@FreeBSD.org"))
|
||||||
(literal ">.")))))
|
(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 -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
Loading…
Reference in a new issue