summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-24 17:18:09 +0800
committerrekado <rekado@elephly.net>2013-01-24 17:18:09 +0800
commit4bc6517e6573d72253a24f7871a811f31d94d870 (patch)
tree68a91e6ef0266a61055a3d14bd1607791c1cc87a /templates
parentf5f793124fe7ae9950b0fd9457374946b3b6c294 (diff)
add type attribute to script tag
Diffstat (limited to 'templates')
-rw-r--r--templates/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post.html b/templates/post.html
index fd0c893..e86ba55 100644
--- a/templates/post.html
+++ b/templates/post.html
@@ -9,7 +9,7 @@ $license-snippet$
<p class="back"><a href="/posts">&larr; other posts</a></p>
<div id="disqus_thread">
- <script>
+ <script type="text/javascript">
var loadComments = function() {
var el = document.getElementById("loadComments");
el.parentNode.removeChild(el);