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 | |
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
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 4 | ||||
-rw-r--r-- | bin/http_loginform.html.example | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs index f34f10c..1abfc78 100644 --- a/OpenSim/Framework/Communications/LoginService.cs +++ b/OpenSim/Framework/Communications/LoginService.cs | |||
@@ -685,10 +685,10 @@ namespace OpenSim.Framework.Communications | |||
685 | responseString += "</div>"; | 685 | responseString += "</div>"; |
686 | responseString += "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>"; | 686 | responseString += "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>"; |
687 | 687 | ||
688 | responseString += "<div id=\"helplinks\">"; | 688 | responseString += "<div id=\"helplinks\"><!---"; |
689 | responseString += "<a href=\"#join now link\" target=\"_blank\"></a> | "; | 689 | responseString += "<a href=\"#join now link\" target=\"_blank\"></a> | "; |
690 | responseString += "<a href=\"#forgot password link\" target=\"_blank\"></a>"; | 690 | responseString += "<a href=\"#forgot password link\" target=\"_blank\"></a>"; |
691 | responseString += "</div>"; | 691 | responseString += "---></div>"; |
692 | 692 | ||
693 | responseString += "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>"; | 693 | responseString += "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>"; |
694 | responseString += "</form>"; | 694 | responseString += "</form>"; |
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> |