diff options
Diffstat (limited to 'modules/extra/webcpanel/templates/default')
| -rw-r--r-- | modules/extra/webcpanel/templates/default/chanserv/modes.html | 2 |
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> |
