mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
- 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
This commit is contained in:
@@ -685,10 +685,10 @@ namespace OpenSim.Framework.Communications
|
||||
responseString += "</div>";
|
||||
responseString += "<div id=\"connecting\" style=\"visibility:hidden\"> Connecting...</div>";
|
||||
|
||||
responseString += "<div id=\"helplinks\">";
|
||||
responseString += "<div id=\"helplinks\"><!---";
|
||||
responseString += "<a href=\"#join now link\" target=\"_blank\"></a> | ";
|
||||
responseString += "<a href=\"#forgot password link\" target=\"_blank\"></a>";
|
||||
responseString += "</div>";
|
||||
responseString += "---></div>";
|
||||
|
||||
responseString += "<div id=\"channelinfo\"> [$channel] | [$version]=[$lang]</div>";
|
||||
responseString += "</form>";
|
||||
|
||||
Reference in New Issue
Block a user