You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2006/02/06 22:10:04 UTC

svn commit: r375373 - /lucene/nutch/trunk/src/web/jsp/search.jsp

Author: siren
Date: Mon Feb  6 13:10:01 2006
New Revision: 375373

URL: http://svn.apache.org/viewcvs?rev=375373&view=rev
Log:
NUTCH-81 changed link, footer is not localized (Michael Nebel)

Modified:
    lucene/nutch/trunk/src/web/jsp/search.jsp

Modified: lucene/nutch/trunk/src/web/jsp/search.jsp
URL: http://svn.apache.org/viewcvs/lucene/nutch/trunk/src/web/jsp/search.jsp?rev=375373&r1=375372&r2=375373&view=diff
==============================================================================
--- lucene/nutch/trunk/src/web/jsp/search.jsp (original)
+++ lucene/nutch/trunk/src/web/jsp/search.jsp Mon Feb  6 13:10:01 2006
@@ -293,11 +293,11 @@
 </table>
 
 <p>
-<a href="http://www.nutch.org/">
+<a href="http://wiki.apache.org/nutch/FAQ">
 <img border="0" src="../img/poweredbynutch_01.gif">
 </a>
 
-<jsp:include page="<%= language + "/include/footer.html"%>"/>
+<jsp:include page="/include/footer.html"/>
 
 </body>
 </html>