From 8945a307dea0fb6ed7f66b819b857c8dce6943ad Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Sun, 11 Oct 2009 13:02:00 +0200 Subject: Avoid XML validation errors caused by the use of double dashes in journal entry titles. Ignore-this: ff6a3f883ddb70a9247e4d2817f8d50d darcs-hash:973eb2b463336cb333c80734ec2cb3ecb4e650a5 --- journal.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/journal.lisp b/journal.lisp index d3ecc02..80fb17a 100755 --- a/journal.lisp +++ b/journal.lisp @@ -356,7 +356,7 @@ dc:title=\"~A\" trackback:ping=\"~A\" /> --->" (link-to :view :post-id id :absolute t) title (link-to :trackback :post-id id :absolute t))) +-->" (link-to :view :post-id id :absolute t) (ppcre:regex-replace "--" title "—") (link-to :trackback :post-id id :absolute t))) (<:div :class :journal-new-comment (<:h2 "Neuen Kommentar schreiben") (<:p (<:as-is "Bitte beachten Sie, daß E-Mail-Adressen niemals -- cgit v1.2.3