summaryrefslogtreecommitdiff
path: root/data/xslt
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2009-06-11 14:50:25 +0200
committerAkim Demaille <demaille@gostai.com>2009-06-11 14:53:05 +0200
commit4197678606a0bad3da0d16a1c7c6729a6b3c362a (patch)
treefa85a73bbe5a44d6a7c0de6b51ba6cefc21b4c7d /data/xslt
parent44bb9084856ec2c421c91e1e1bd0f20437ce83b8 (diff)
downloadbison-4197678606a0bad3da0d16a1c7c6729a6b3c362a.tar.gz
style changes.
* data/xslt/xml2dot.xsl, data/xslt/xml2xhtml.xsl: Space changes. * src/print-xml.c: Style changes. * tests/conflicts.at: Comment changes.
Diffstat (limited to 'data/xslt')
-rw-r--r--data/xslt/xml2dot.xsl8
-rw-r--r--data/xslt/xml2xhtml.xsl8
2 files changed, 8 insertions, 8 deletions
diff --git a/data/xslt/xml2dot.xsl b/data/xslt/xml2dot.xsl
index 130692e3..aa9bde0a 100644
--- a/data/xslt/xml2dot.xsl
+++ b/data/xslt/xml2dot.xsl
@@ -3,7 +3,7 @@
<!--
xml2dot.xsl - transform Bison XML Report into DOT.
- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
@@ -196,11 +196,11 @@
<xsl:with-param name="search" select="$search"/>
<xsl:with-param name="replace" select="$replace"/>
</xsl:call-template>
- </xsl:when>
+ </xsl:when>
<xsl:otherwise>
- <xsl:value-of select="$subject"/>
+ <xsl:value-of select="$subject"/>
</xsl:otherwise>
- </xsl:choose>
+ </xsl:choose>
</xsl:template>
</xsl:stylesheet>
diff --git a/data/xslt/xml2xhtml.xsl b/data/xslt/xml2xhtml.xsl
index 91dc6300..e33f3eab 100644
--- a/data/xslt/xml2xhtml.xsl
+++ b/data/xslt/xml2xhtml.xsl
@@ -3,7 +3,7 @@
<!--
xml2html.xsl - transform Bison XML Report into XHTML.
- Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.
@@ -48,15 +48,15 @@
font-size: 9pt;
}
a:link {
- color: #1f00ff;
+ color: #1f00ff;
text-decoration: none;
}
a:visited {
- color: #1f00ff;
+ color: #1f00ff;
text-decoration: none;
}
a:hover {
- color: red;
+ color: red;
}
#menu a {
text-decoration: underline;