summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2009-11-06 18:30:26 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2009-11-06 18:30:26 +0100
commitfa2b1be02b69f690520e7dddbe1b2574ee90478c (patch)
tree17e92de6c1f03b69e9d2d3374cbef4a7339fcf91 /journal.lisp
parent98ed4b810b76e9c25392c42ebc16693834546b65 (diff)
Fix the Pingback link tag.
Ignore-this: ac17b3e5335bef45e4cc53d3a2371d1e darcs-hash:4959edfd126a5fd1be25d9d0ea376d0582cf4094
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.lisp b/journal.lisp
index 0245a28..6f6c5a6 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -462,7 +462,7 @@
:type "application/atom+xml"
:href (link-to :view-atom-entry :absolute t)
:title "Kompottkins Weisheiten")
- (<:link :rel "pingback" :href (link-to :pingback :absolute t))
+ (<:as-is (format nil "<link rel=\"pingback\" href=\"~A\" />" (link-to :pingback :absolute t)))
(<:link :rel "stylesheet" :type "text/css" :href (link-to :css))
(<:link :rel "openid.server" :href "https://meinguter.name/index.php/serve")
(<:link :rel "openid.delegate" :href "https://matthias.benkard.meinguter.name")