Evil trailing whitespace is evil!

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter
2011-02-22 21:03:45 +01:00
parent f3f49e1092
commit 4acadb3cdf
2 changed files with 2 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public:
CUser *pUser = CZNC::Get().FindUser(WebSock.GetParam("user"));
bool bOutgoing = WebSock.GetParam("direction") == "out";
const CString sLine = WebSock.GetParam("line");
if (!pUser) {
Tmpl["user"] = WebSock.GetParam("user");
Tmpl[bOutgoing ? "direction_out" : "direction_in"] = "true";

View File

@@ -37,7 +37,7 @@
</div>
</div>
</div>
</div>
</div>
</form>
<? INC Footer.tmpl ?>