[cc-commits] [CC SVN] r14031 - license_xsl/branches/gradually_increasing_sanity_branch
webmaster at creativecommons.org
webmaster at creativecommons.org
Fri Jan 29 14:43:41 EST 2010
Author: nkinkade
Date: 2010-01-29 19:43:41 +0000 (Fri, 29 Jan 2010)
New Revision: 14031
Modified:
license_xsl/branches/gradually_increasing_sanity_branch/support.xsl
Log:
Added BR to 3.0 jurisdictions in support.xsl
Modified: license_xsl/branches/gradually_increasing_sanity_branch/support.xsl
===================================================================
--- license_xsl/branches/gradually_increasing_sanity_branch/support.xsl 2010-01-29 19:43:15 UTC (rev 14030)
+++ license_xsl/branches/gradually_increasing_sanity_branch/support.xsl 2010-01-29 19:43:41 UTC (rev 14031)
@@ -24,7 +24,6 @@
$jurisdiction='scotland' or
$jurisdiction='ca' or
$jurisdiction='my' or
- $jurisdiction='br' or
$jurisdiction='bg' or
$jurisdiction='mx' or
$jurisdiction='cn' or
@@ -63,7 +62,8 @@
$jurisdiction='th' or
$jurisdiction='cz' or
$jurisdiction='pl' or
- $jurisdiction='tw'">3.0</xsl:when>
+ $jurisdiction='tw' or
+ $jurisdiction='br'">3.0</xsl:when>
<xsl:otherwise>2.0</xsl:otherwise>
</xsl:choose>
More information about the cc-commits
mailing list