[yelp-tools] mal-status.xsl: Check the right variable for --pkgversion
- From: Shaun McCance <shaunm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [yelp-tools] mal-status.xsl: Check the right variable for --pkgversion
- Date: Sat, 3 Sep 2011 21:54:31 +0000 (UTC)
commit 6fb08bb3b69677947bfe8cfb6bca820498ab9746
Author: Shaun McCance <shaunm gnome org>
Date: Sat Sep 3 18:01:58 2011 -0400
mal-status.xsl: Check the right variable for --pkgversion
xslt/mal-status.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mal-status.xsl b/xslt/mal-status.xsl
index 3e95dba..ce50767 100644
--- a/xslt/mal-status.xsl
+++ b/xslt/mal-status.xsl
@@ -63,7 +63,7 @@
<xsl:value-of select="$docversion"/>
<xsl:text>']</xsl:text>
</xsl:if>
- <xsl:if test="$version != ''">
+ <xsl:if test="$pkgversion != ''">
<xsl:text>[ pkgversion = '</xsl:text>
<xsl:value-of select="$pkgversion"/>
<xsl:text>']</xsl:text>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]