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:
Murray Stokely 2005-05-05 17:14:17 +00:00
parent 57f2122ec6
commit 59141428ec
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=24461

View file

@ -275,9 +275,9 @@
<!-- Convert " ... " to `` ... '' in the HTML output. -->
(element quote
(make sequence
(literal "``")
(literal "&#8220;")
(process-children)
(literal "''")))
(literal "&#8221;")))
;; 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 "&#8220;") ]]>
($mono-seq$ (process-children))
<![ %output.html; [ (literal "''") ]]>
<![ %output.html; [ (literal "&#8221;") ]]>
))
<!-- John Fieber's 'instant' translation specification had