diff pylons_app/templates/changeset/changeset.html @ 285:42f5c36820ef

few validation bugfixes/ new repo changesets, first commit changesets
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 14 Jun 2010 01:16:57 +0200
parents 237470e64bb8
children 40b409af53a5
line wrap: on
line diff
--- a/pylons_app/templates/changeset/changeset.html	Mon Jun 14 00:17:08 2010 +0200
+++ b/pylons_app/templates/changeset/changeset.html	Mon Jun 14 01:16:57 2010 +0200
@@ -26,7 +26,7 @@
 				<div class="date">${_('Date')}: ${c.changeset.date}</div>
 				<div class="author">${_('Author')}: ${c.changeset.author}</div>
 				<div class="message">
-					${c.changeset.message}
+					${h.wrap_paragraphs(c.changeset.message)}
 				</div>
 			</div>	
 			<div class="right">