diff options
| author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-12 15:45:53 +0100 | 
|---|---|---|
| committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2011-03-12 15:45:53 +0100 | 
| commit | 9c1d0dd3041f1a062f2d9708c0dc6eaa7f089c80 (patch) | |
| tree | 17e3f101f557ae049454038a7d1a1a38feb5f208 /templates/page_skeleton.html | |
| parent | 7d9f81622846a5d775703b765819d887f23dd29c (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.html | 2 | 
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>  | 
