Use straight quotes in HTML output
This commit is contained in:
parent
a34970f536
commit
fa32853a93
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=23330
1 changed files with 8 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
The FreeBSD Russian Documentation Project
|
The FreeBSD Russian Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
$FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/freebsd.dsl,v 1.13 2004/09/16 14:37:31 den Exp $
|
$FreeBSDru: frdp/doc/ru_RU.KOI8-R/share/sgml/freebsd.dsl,v 1.15 2004/12/23 14:59:36 den Exp $
|
||||||
|
|
||||||
Original revision: 1.20
|
Original revision: 1.20
|
||||||
-->
|
-->
|
||||||
|
@ -73,6 +73,13 @@
|
||||||
(literal ".")))))
|
(literal ".")))))
|
||||||
]]>
|
]]>
|
||||||
|
|
||||||
|
<!-- Convert " ... " to '' ... '' in the HTML output. -->
|
||||||
|
(element quote
|
||||||
|
(make sequence
|
||||||
|
(literal "''")
|
||||||
|
(process-children)
|
||||||
|
(literal "''")))
|
||||||
|
|
||||||
<!-- More aesthetically pleasing chapter headers for print output -->
|
<!-- More aesthetically pleasing chapter headers for print output -->
|
||||||
|
|
||||||
<![ %output.print.niceheaders; [
|
<![ %output.print.niceheaders; [
|
||||||
|
|
Loading…
Reference in a new issue