summaryrefslogtreecommitdiff
path: root/templates/edit_article.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/edit_article.tpl')
-rwxr-xr-x[-rw-r--r--]templates/edit_article.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/edit_article.tpl b/templates/edit_article.tpl
index eb22437..b64caaf 100644..100755
--- a/templates/edit_article.tpl
+++ b/templates/edit_article.tpl
@@ -1,4 +1,4 @@
-<script type="text/javascript">//<![CDATA[
+<script>//<![CDATA[
function charCounter( textareaId, counterId, maxLimit ) {ldelim}
document.getElementById( counterId ).value = maxLimit - document.getElementById( textareaId ).value.length;
{rdelim}