From 59141428ec55102bc154c89df06db111b9d90140 Mon Sep 17 00:00:00 2001 From: Murray Stokely Date: Thu, 5 May 2005 17:14:17 +0000 Subject: [PATCH] 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. --- share/sgml/freebsd.dsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/share/sgml/freebsd.dsl b/share/sgml/freebsd.dsl index de71bfe4d3..5561ab9910 100644 --- a/share/sgml/freebsd.dsl +++ b/share/sgml/freebsd.dsl @@ -275,9 +275,9 @@ (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 - + ($mono-seq$ (process-children)) - + ))