Commit aa3cd823 authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

[GATE-43] Fixed bug with irc filter button being ignored.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5424 b35dd754-fafc-0310-a699-88a17e54d16e
parent d9602f04
...@@ -401,7 +401,7 @@ below and update the view.</p> ...@@ -401,7 +401,7 @@ below and update the view.</p>
<span>ICQ</span> <span>ICQ</span>
</label> </label>
<label for="filterIRCcheckbox"> <label for="filterIRCcheckbox">
<input type="checkbox" name="filter[]" value="icq" <%= ((filteropts.contains("irc")) ? "checked" : "") %> id="filterIRCcheckbox"> <input type="checkbox" name="filter[]" value="irc" <%= ((filteropts.contains("irc")) ? "checked" : "") %> id="filterIRCcheckbox">
<img src="images/irc.gif" alt="" border="0"> <img src="images/irc.gif" alt="" border="0">
<span>IRC</span> <span>IRC</span>
</label> </label>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment