Switched back from valentine mode to normal mode.

svn path=/trunk/; revision=22406
This commit is contained in:
Reinhard Müller 2012-02-15 09:30:38 +00:00
parent fb1f3c7d7d
commit 99701f3927

View File

@ -9,7 +9,7 @@
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />
<xsl:variable name="mode">
<xsl:value-of select="'valentine'" /> <!-- can be either 'normal' or 'valentine' -->
<xsl:value-of select="'normal'" /> <!-- can be either 'normal' or 'valentine' -->
</xsl:variable>
<!-- The top level element of the input file is "buildinfo" -->