[cc-commits] [CC SVN] r11156 - license_xsl/branches/gradually_increasing_sanity_branch
webmaster at creativecommons.org
webmaster at creativecommons.org
Tue Nov 11 18:12:51 EST 2008
Author: nkinkade
Date: 2008-11-11 23:12:51 +0000 (Tue, 11 Nov 2008)
New Revision: 11156
Modified:
license_xsl/branches/gradually_increasing_sanity_branch/support.xsl
Log:
Moved es to version 3.0 block in XSLT template
Modified: license_xsl/branches/gradually_increasing_sanity_branch/support.xsl
===================================================================
--- license_xsl/branches/gradually_increasing_sanity_branch/support.xsl 2008-11-11 22:57:08 UTC (rev 11155)
+++ license_xsl/branches/gradually_increasing_sanity_branch/support.xsl 2008-11-11 23:12:51 UTC (rev 11156)
@@ -16,7 +16,6 @@
<xsl:when test="$jurisdiction='jp'">2.1</xsl:when>
<xsl:when test="$jurisdiction='dk' or
- $jurisdiction='es' or
$jurisdiction='ar' or
$jurisdiction='au' or
$jurisdiction='hu' or
@@ -60,7 +59,8 @@
$jurisdiction='at' or
$jurisdiction='ro' or
$jurisdiction='hk' or
- $jurisdiction='gt'">3.0</xsl:when>
+ $jurisdiction='gt' or
+ $jurisdiction='es'">3.0</xsl:when>
<xsl:otherwise>2.0</xsl:otherwise>
</xsl:choose>
More information about the cc-commits
mailing list