You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2004/09/30 15:44:34 UTC

svn commit: rev 47586 - incubator/lenya/trunk/src/webapp/lenya/xslt/navigation

Author: andreas
Date: Thu Sep 30 06:44:33 2004
New Revision: 47586

Modified:
   incubator/lenya/trunk/src/webapp/lenya/xslt/navigation/search.xsl
Log:
fixed validation issue

Modified: incubator/lenya/trunk/src/webapp/lenya/xslt/navigation/search.xsl
==============================================================================
--- incubator/lenya/trunk/src/webapp/lenya/xslt/navigation/search.xsl	(original)
+++ incubator/lenya/trunk/src/webapp/lenya/xslt/navigation/search.xsl	Thu Sep 30 06:44:33 2004
@@ -15,7 +15,7 @@
   limitations under the License.
 -->
 
-<!-- $Id: search.xsl,v 1.3 2004/03/13 12:42:05 gregor Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet version="1.0"
     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
@@ -28,7 +28,12 @@
 
 <xsl:template match="nav:site">
   <div id="search">
-    <form action="{@href}../search-{$area}/lucene"><input class="searchfield" type="text" name="queryString"/><input class="searchsubmit" type="submit" value="Search" name="find"/></form>
+    <form action="{@href}../search-{$area}/lucene">
+      <div>
+        <input class="searchfield" type="text" name="queryString"/>
+        <input class="searchsubmit" type="submit" value="Search" name="find"/>
+      </div>
+    </form>
   </div>
 </xsl:template>
 

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org