summaryrefslogtreecommitdiff
path: root/modules/extra/webcpanel/templates/default
diff options
context:
space:
mode:
authorDukePyrolator <DukePyrolator@anope.org>2013-09-29 04:23:33 +0200
committerDukePyrolator <DukePyrolator@anope.org>2013-09-29 04:23:33 +0200
commitd5ecc39104e3192f49e806b6e105ef07f683b489 (patch)
treeb9e13c36e910db21e15e7f6202778ebc87b480bd /modules/extra/webcpanel/templates/default
parent84a02d2709739653ea16c9cfea2b71100a05bb4d (diff)
display modechars instead of modenames in cpanel channelmodes
Diffstat (limited to 'modules/extra/webcpanel/templates/default')
-rw-r--r--modules/extra/webcpanel/templates/default/chanserv/modes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/extra/webcpanel/templates/default/chanserv/modes.html b/modules/extra/webcpanel/templates/default/chanserv/modes.html
index 47c50e72a..861bb0985 100644
--- a/modules/extra/webcpanel/templates/default/chanserv/modes.html
+++ b/modules/extra/webcpanel/templates/default/chanserv/modes.html
@@ -10,7 +10,7 @@
{IF EQ MODE YES}
{FOR LM IN LISTMODES}
- <td><a href="/chanserv/modes?channel={ESCAPED_CHANNEL}&m={LM}" class="btn btn-sm btn-primary {IF EQ LM ESCAPED_MODE}disabled{END IF}">{LM}</a></td>
+ <td><a href="/chanserv/modes?channel={ESCAPED_CHANNEL}&m={LM}" class="btn btn-sm btn-primary {IF EQ LM ESCAPED_MODE}disabled{END IF}">+{LM}</a></td>
{END FOR}
<br>