diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 958aea7bb3..081ad8d30b 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -40,7 +40,7 @@ function checkForm() } //--> </script> -<script language="javascript" type="text/javascript" src="styles/templates/subSilver/editor.js"></script> +<script language="javascript" type="text/javascript" src="styles/subSilver/template/editor.js"></script> <form action="{S_POST_ACTION}" method="post" name="post" onsubmit="return checkForm(this)" {S_FORM_ENCTYPE}><table width="95%" cellspacing="2" cellpadding="2" border="0" align="center"> <tr> |
