summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-12-07 10:46:52 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-12-07 10:46:52 +0100
commit0fb9d0a4df282555b769279c6cd1203ab023caa3 (patch)
treed01e5149be66b72c95a3d00399ab941cc7ecfe4e
parent235f9868ee51eac9b318f32cccc28005d6db761a (diff)
Add an onload handler for the Google Code Prettifier.
Ignore-this: 311304ff2f2ce7b161e378ff5ff62bcb darcs-hash:da2cf7ca47b47a6db030fa933513cee85b1b826b
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 4c35a6f..6f91230 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -484,7 +484,7 @@
(<:link :rel "stylesheet" :type "text/css" :href (link-to :prettify.css))
(<:script :type "text/javascript" :src (link-to :prettify.js))
(<:script :type "text/javascript" :src (link-to :prettify-lisp.js))
- (<:body
+ (<:body :onload "prettyPrint()"
(<:div :id :main-title-box
(<:h1 :id :main-title
(<:a :href (link-to :index)