diff options
| -rw-r--r-- | templates/html_head_inc.tpl | 2 | ||||
| -rw-r--r-- | templates/list_topics.tpl | 2 | ||||
| -rw-r--r-- | templates/post_display.tpl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index f314899..7b6066d 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -1,5 +1,5 @@ {if $gBitSystem->getActivePackage() == 'boards'} - <script type="text/javascript">/* <![CDATA[ */ + <script>/* <![CDATA[ */ {literal} /* DEPENDENCIES: MochiKit Base Async, BitAjax */ BitBoards = { 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> diff --git a/templates/post_display.tpl b/templates/post_display.tpl index d6947b8..aa87944 100644 --- a/templates/post_display.tpl +++ b/templates/post_display.tpl @@ -118,7 +118,7 @@ </div> {if empty($warnings.$comment_id)} - <script type="text/javascript">/*<![CDATA[*/ + <script>/*<![CDATA[*/ var warned_message_{$comment.comment_id|escape:"url"} = document.getElementById('warned_message_{$comment.comment_id|escape:"url"}'); warned_message_{$comment.comment_id|escape:"url"}.style.display='none'; /*]]>*/</script> |
