diff options
author | Mike Mazur | 2009-01-21 10:20:32 +0000 |
---|---|---|
committer | Mike Mazur | 2009-01-21 10:20:32 +0000 |
commit | 0e7aac0f65a66ac1d643962371b09d0f71a0ab09 (patch) | |
tree | fed8b432ea883eea820fe75b58f9ef9e8711cd07 /bin/http_loginform.html.example | |
parent | Fix an error in sculpt LOD calculation (diff) | |
download | opensim-SC_OLD-0e7aac0f65a66ac1d643962371b09d0f71a0ab09.zip opensim-SC_OLD-0e7aac0f65a66ac1d643962371b09d0f71a0ab09.tar.gz opensim-SC_OLD-0e7aac0f65a66ac1d643962371b09d0f71a0ab09.tar.bz2 opensim-SC_OLD-0e7aac0f65a66ac1d643962371b09d0f71a0ab09.tar.xz |
- remove extra "; in http_loginform.html.example; fix issue 3025
- sync up default HTML generated in LoginService.cs with that in
http_loginform.html.example
Diffstat (limited to '')
-rw-r--r-- | bin/http_loginform.html.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/http_loginform.html.example b/bin/http_loginform.html.example index 3ee7289..54f8f09 100644 --- a/bin/http_loginform.html.example +++ b/bin/http_loginform.html.example | |||
@@ -27,7 +27,7 @@ | |||
27 | </tr> | 27 | </tr> |
28 | <tr> | 28 | <tr> |
29 | <td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td> | 29 | <td valign="middle"><input type="checkbox" name="remember_password" id="remember_password" [$remember_password] style="margin-left:0px;"/></td> |
30 | <td><label for="remember_password">Remember password</label></td>"; | 30 | <td><label for="remember_password">Remember password</label></td> |
31 | </tr> | 31 | </tr> |
32 | </table> | 32 | </table> |
33 | </fieldset> | 33 | </fieldset> |
@@ -58,4 +58,4 @@ document.getElementById('firstname_input').focus(); | |||
58 | </div> | 58 | </div> |
59 | </div> | 59 | </div> |
60 | </body> | 60 | </body> |
61 | </html> \ No newline at end of file | 61 | </html> |