Fixing commit message display re newlines re Robby

This commit is contained in:
Jay McCarthy 2012-05-28 11:02:52 -06:00
parent c75360957c
commit 391754a337

View File

@ -189,7 +189,7 @@
(td "Date:")
(td ,(git-date->nice-date date)))
(tr ([class "author"]) (td "Author:") (td ,author))
(tr ([class "msg"]) (td "Log:") (td (pre ,@msg)))
(tr ([class "msg"]) (td "Log:") (td (pre ,@(add-between msg "\n"))))
(tr ([class "changes"])
(td
(a ([href ,(format "javascript:TocviewToggle(\"~a\",\"~a\");" cg-id ccss-id)])