mirror of
https://github.com/phpbb/phpbb.git
synced 2025-10-28 22:17:31 +01:00
Revert all script tags inside a document.write back to the escaped version so they won't trip up any XML parsers. PHPBB3-10390
14 lines
572 B
HTML
14 lines
572 B
HTML
</div>
|
|
|
|
<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Group
|
|
<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
|
|
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
|
|
</div>
|
|
</div>
|
|
|
|
<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" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF -->
|
|
|
|
</body>
|
|
</html>
|