summaryrefslogtreecommitdiff
path: root/templates/edit_page.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_page.tpl')
-rw-r--r--templates/edit_page.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_page.tpl b/templates/edit_page.tpl
index 97cd367..a3cfc11 100644
--- a/templates/edit_page.tpl
+++ b/templates/edit_page.tpl
@@ -17,7 +17,7 @@
{* Check to see if there is an editing conflict *}
{if $errors.edit_conflict}
- <script type="text/javascript">/* <![CDATA[ */
+ <script>/* <![CDATA[ */
alert( "{$errors.edit_conflict|strip_tags}" );
/* ]]> */</script>
{formfeedback warning=$errors.edit_conflict}