Author: siren
Date: Mon Jul 17 23:42:24 2006
New Revision: 422986

URL: http://svn.apache.org/viewvc?rev=422986&view=rev
Log:
fixed stylesheet processing instruction

Modified:
    lucene/nutch/trunk/conf/crawl-tool.xml

Modified: lucene/nutch/trunk/conf/crawl-tool.xml
URL: 
http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/crawl-tool.xml?rev=422986&r1=422985&r2=422986&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/crawl-tool.xml (original)
+++ lucene/nutch/trunk/conf/crawl-tool.xml Mon Jul 17 23:42:24 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" ?> 
-<?xml:stylesheet type="text/xsl" href="configuration.xsl"?>
+<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
 
 <!-- Overidden defaults for intranet use. -->
 


Reply via email to