diff options
-rwxr-xr-x | journal.lisp | 2 |
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) |