Make it so that the difference between the HTML and PDF versions of the docs are...
authorMike Cardwell <github@grepular.com>
Sat, 13 Nov 2010 20:37:20 +0000 (20:37 +0000)
committerMike Cardwell <github@grepular.com>
Sat, 13 Nov 2010 20:37:20 +0000 (20:37 +0000)
templates/web/docs.xsl

index b703dd5c6803331a6827422bfc128d665edf98d1..2517496cb7f4c94949ae3110eec85b028e58f808 100644 (file)
@@ -39,6 +39,7 @@
                                        <a href="{$docroot}/exim-html-current/doc/html/spec_html/index.html">
                                                <xsl:text>The Exim Specification - Version </xsl:text>
                                                <xsl:value-of select="/content/current_version"/>
+                                               <xsl:text> (HTML)</xsl:text>
                                        </a>
                                        <xsl:text> </xsl:text>
                                        <a href="{$docroot}/exim-pdf-current/doc/spec.pdf">(PDF)</a>
@@ -51,6 +52,7 @@
                                        <a href="{$docroot}/exim-html-current/doc/html/spec_html/filter.html">
                                                <xsl:text>The Exim Filter Specification - Version </xsl:text>
                                                <xsl:value-of select="/content/current_version"/>
+                                               <xsl:text> (HTML)</xsl:text>
                                        </a>
                                        <xsl:text> </xsl:text>
                                        <a href="{$docroot}/exim-pdf-current/doc/filter.pdf">(PDF)</a>