From a4d1d6314fb6bb63685a5d184dfbb9094f1261a9 Mon Sep 17 00:00:00 2001
From: Giorgos Keramidas <keramida@FreeBSD.org>
Date: Sun, 9 Nov 2008 22:16:50 +0000
Subject: [PATCH] Use Greek-style quotes for HTML output in el_GR.ISO8859-7/
 docs.

DSSSL-foo by:	hrs
---
 el_GR.ISO8859-7/share/sgml/freebsd.dsl | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/el_GR.ISO8859-7/share/sgml/freebsd.dsl b/el_GR.ISO8859-7/share/sgml/freebsd.dsl
index 3009e0694b..915741e454 100644
--- a/el_GR.ISO8859-7/share/sgml/freebsd.dsl
+++ b/el_GR.ISO8859-7/share/sgml/freebsd.dsl
@@ -58,6 +58,13 @@
 		(create-link (list (list "HREF" "mailto:doc@FreeBSD.org"))
                   (literal "doc@FreeBSD.org"))
 	        (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 -->