You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2017/02/27 12:17:06 UTC

svn commit: r1784542 - /manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp

Author: kwright
Date: Mon Feb 27 12:17:06 2017
New Revision: 1784542

URL: http://svn.apache.org/viewvc?rev=1784542&view=rev
Log:
Switch to correct HTML5 autofocus

Modified:
    manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp

Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp?rev=1784542&r1=1784541&r2=1784542&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp Mon Feb 27 12:17:06 2017
@@ -80,7 +80,7 @@ if (value != null && value.equals("true"
               <tr>
                 <td class="description"><nobr><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"index.UserIDColon")%></nobr></td>
                 <td class="value">
-                  <input name="userID" type="text" size="32" value="" autofocus="true"/>
+                  <input name="userID" type="text" size="32" value="" autofocus="autofocus"/>
                 </td>
               </tr>
               <tr>