From 0fb9d0a4df282555b769279c6cd1203ab023caa3 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 7 Dec 2009 10:46:52 +0100 Subject: Add an onload handler for the Google Code Prettifier. Ignore-this: 311304ff2f2ce7b161e378ff5ff62bcb darcs-hash:da2cf7ca47b47a6db030fa933513cee85b1b826b --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3