Use widely supported smartquote entities rather than double ``ticks''.
Works well with mozilla, opera, lynx, and links, but the entities are not supported by w3m.
This commit is contained in:
parent
57f2122ec6
commit
59141428ec
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24461
1 changed files with 4 additions and 4 deletions
|
@ -275,9 +275,9 @@
|
|||
<!-- Convert " ... " to `` ... '' in the HTML output. -->
|
||||
(element quote
|
||||
(make sequence
|
||||
(literal "``")
|
||||
(literal "“")
|
||||
(process-children)
|
||||
(literal "''")))
|
||||
(literal "”")))
|
||||
|
||||
;; The special FreeBSD version of the trademark tag handling.
|
||||
;; This function was more or less taken from the DocBook DSSSL
|
||||
|
@ -926,9 +926,9 @@
|
|||
|
||||
(element errorname
|
||||
(make sequence
|
||||
<![ %output.html; [ (literal "``") ]]>
|
||||
<![ %output.html; [ (literal "“") ]]>
|
||||
($mono-seq$ (process-children))
|
||||
<![ %output.html; [ (literal "''") ]]>
|
||||
<![ %output.html; [ (literal "”") ]]>
|
||||
))
|
||||
|
||||
<!-- John Fieber's 'instant' translation specification had
|
||||
|
|
Loading…
Reference in a new issue