mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-17 02:48:01 -05:00
Comment embeds: fix early closing body tag
This commit is contained in:
@@ -60,10 +60,10 @@
|
||||
${plain_link("reddit", "/", _sr_path=False, _class="reddit-embed-footer-img", data=reddit_data)}
|
||||
</footer>
|
||||
</div>
|
||||
<script>
|
||||
window.REDDIT_EMBED_CONFIG = ${unsafe(json.dumps(c.embed_config))};
|
||||
</script>
|
||||
${unsafe(js.use('reddit-embed'))}
|
||||
${less_js()}
|
||||
</body>
|
||||
<script>
|
||||
window.REDDIT_EMBED_CONFIG = ${unsafe(json.dumps(c.embed_config))};
|
||||
</script>
|
||||
${unsafe(js.use('reddit-embed'))}
|
||||
${less_js()}
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user