mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
Evil trailing whitespace is evil!
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<? INC Footer.tmpl ?>
|
||||
|
||||
Reference in New Issue
Block a user