From: richard Date: Thu, 27 Sep 2001 06:36:42 +0000 (+0000) Subject: Messages are now displayed with content, and xmp'ed instead of X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c3c844f2a57612ac046f2c99d316997ac5a1911a;p=roundup.git Messages are now displayed with content, and xmp'ed instead of pre'ed. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@257 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/roundup/templates/extended/html/msg.index b/roundup/templates/extended/html/msg.index index 83b81f4..b7bdfa7 100644 --- a/roundup/templates/extended/html/msg.index +++ b/roundup/templates/extended/html/msg.index @@ -1,12 +1,12 @@ - - + + - - - + + + <display call="plain('content')"> diff --git a/roundup/templates/extended/htmlbase.py b/roundup/templates/extended/htmlbase.py index 35f44df..45bb7ba 100644 --- a/roundup/templates/extended/htmlbase.py +++ b/roundup/templates/extended/htmlbase.py @@ -183,16 +183,16 @@ issueDOTitem = """ - + - - - + + + <display call="plain('content')"> """