User: gropi   
  Date: 01/11/03 16:46:52

  Modified:    src/docs/common doco.jsp
  Log:
  freefind seems to be picky about lower and upper case.
  
  Revision  Changes    Path
  1.6       +1 -1      newsite/src/docs/common/doco.jsp
  
  Index: doco.jsp
  ===================================================================
  RCS file: /cvsroot/jboss/newsite/src/docs/common/doco.jsp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- doco.jsp  2001/11/04 00:20:49     1.5
  +++ doco.jsp  2001/11/04 00:46:52     1.6
  @@ -22,7 +22,7 @@
   <li>
   <FORM ACTION="http://search.freefind.com/find.html"; METHOD="GET">
   Search the <select name="s">
  -  <option value="Manual" selected>manual only</option>
  +  <option value="manual" selected>manual only</option>
     <option value="">entire JBoss site</option>
   </select>
   for a keyword:
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to