Got that backwards: deny re-distribution so as to not compete with original

sources
This commit is contained in:
Sam Ruby 2007-03-26 02:00:18 -04:00
parent e58f5cd6a9
commit f46efd265e

View File

@ -26,7 +26,7 @@
<xsl:copy>
<xsl:attribute name="indexing:index">no</xsl:attribute>
<xsl:apply-templates select="@*"/>
<access:restriction relationship="allow"/>
<access:restriction relationship="deny"/>
<xsl:apply-templates select="node()"/>
<xsl:text>&#10;</xsl:text>
</xsl:copy>