From e5104b40693be50f7a4e54496712d169c00ea904 Mon Sep 17 00:00:00 2001 From: Douglas Creager Date: Mon, 2 Feb 2009 22:50:46 -0500 Subject: [PATCH] Use
 tag for commit message so that whitespace displays
 correctly
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The contents of the commit message is inserted into the “#message” tag
directly.  If we use a 
tag, then any whitespace in the commit message will get collapsed down into a single space as HTML requires. Since the CSS stylesheet calls for a monospaced font, it makes sense to use a
 tag instead, so that whitespace will be preserved.
---
 html/views/history/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/views/history/index.html b/html/views/history/index.html
index c120e01..e5a5cf9 100644
--- a/html/views/history/index.html
+++ b/html/views/history/index.html
@@ -48,7 +48,7 @@
 	

-
+