- 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:
Mike Mazur
2009-01-21 10:20:32 +00:00
parent 032b30ffdb
commit 0e7aac0f65
2 changed files with 4 additions and 4 deletions

View File

@@ -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>";