summaryrefslogtreecommitdiff
path: root/templates/list_topics.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/list_topics.tpl')
-rw-r--r--templates/list_topics.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl
index ea0e151..e22b576 100644
--- a/templates/list_topics.tpl
+++ b/templates/list_topics.tpl
@@ -127,7 +127,7 @@
{if $board->hasAdminPermission()}
<div style="text-align:right;">
- <script type="text/javascript">/* <![CDATA[ check / uncheck all */
+ <script>/* <![CDATA[ check / uncheck all */
document.write("<label class='' for='switcher'>{tr}Select All{/tr} <input name='switcher' id='switcher' type='checkbox' onclick='BitBase.switchCheckboxes(this.form.id,'checked[]','switcher')' /></label>");
/* ]]> */</script>