diff options
author | Callum Macrae <callum@lynxphp.com> | 2012-04-13 12:10:49 +0100 |
---|---|---|
committer | Callum Macrae <callum@lynxphp.com> | 2012-04-13 12:10:49 +0100 |
commit | 875958573cfbda4ea5ae42000bbd40ec9dfa3241 (patch) | |
tree | 198382a42a0d1e92e0d37c9c9a7b61c9e1664023 /phpBB/styles | |
parent | 6ad58c7e046c9f257ad5441b7a583cddb213ad3f (diff) | |
download | forums-875958573cfbda4ea5ae42000bbd40ec9dfa3241.tar forums-875958573cfbda4ea5ae42000bbd40ec9dfa3241.tar.gz forums-875958573cfbda4ea5ae42000bbd40ec9dfa3241.tar.bz2 forums-875958573cfbda4ea5ae42000bbd40ec9dfa3241.tar.xz forums-875958573cfbda4ea5ae42000bbd40ec9dfa3241.zip |
[ticket/10783] Fixed an HTML error with assets_version.
PHPBB3-10783
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html index 621f7ab0af..5d61f5b580 100644 --- a/phpBB/styles/prosilver/template/overall_footer.html +++ b/phpBB/styles/prosilver/template/overall_footer.html @@ -51,7 +51,7 @@ <script type="text/javascript" src="{T_JQUERY_LINK}"></script> <!-- IF S_JQUERY_FALLBACK --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> -<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"</script> +<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script> <!-- INCLUDEJS template/ajax.js --> {SCRIPTS} |