summaryrefslogtreecommitdiff
path: root/templates/page_skeleton.html
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-12 15:45:53 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-12 15:45:53 +0100
commit9c1d0dd3041f1a062f2d9708c0dc6eaa7f089c80 (patch)
tree17e3f101f557ae049454038a7d1a1a38feb5f208 /templates/page_skeleton.html
parent7d9f81622846a5d775703b765819d887f23dd29c (diff)
Calculate the number of comments for each article. Add Google Code Prettify.
Diffstat (limited to 'templates/page_skeleton.html')
-rw-r--r--templates/page_skeleton.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page_skeleton.html b/templates/page_skeleton.html
index daa8781..842b617 100644
--- a/templates/page_skeleton.html
+++ b/templates/page_skeleton.html
@@ -8,7 +8,7 @@
{head}
</head>
- <body>
+ <body onload="if (prettyPrint) prettyPrint();">
{body}
</body>
</html>