<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Tue, 2010-12-07 at 19:52 -0800, Alan Coopersmith wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
Signed-off-by: Alan Coopersmith &lt;<A HREF="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</A>&gt;
---
 xorg.xsl |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/xorg.xsl b/xorg.xsl
index 6184b4e..cf6c649 100644
--- a/xorg.xsl
+++ b/xorg.xsl
@@ -46,4 +46,12 @@ DEALINGS IN THE SOFTWARE.
      thus not needing to wait for http fetch of draft.png from docbook website.
     --&gt;
   &lt;xsl:param name=&quot;draft.mode&quot; select=&quot;no&quot;/&gt;
+
+  &lt;!--
+     Make links in pdf output blue so it's easier to tell they're links.
+    --&gt;
+  &lt;xsl:attribute-set name=&quot;xref.properties&quot;&gt;
+    &lt;xsl:attribute name=&quot;color&quot;&gt;blue&lt;/xsl:attribute&gt;
+  &lt;/xsl:attribute-set&gt;
+
 &lt;/xsl:stylesheet&gt;
</PRE>
</BLOCKQUOTE>
<BR>
Reviewed-by: <TT><FONT COLOR="#1a1a1a">Signed-off-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;</FONT></TT><BR>
<BR>
Links are blue and they work.<BR>
<BR>
The subject like should have been [PATCH xorg-sgml-doctools] (or any suitable hint) as it is not a server patch.<BR>
<BR>
You can use &quot;<TT>git config format.subjectprefix &quot;PATCH xorg-sgml-doctools</TT>&quot; and it is easy to script for all modules.
</BODY>
</HTML>