# HG changeset patch # User TK Soh # Date 1156878294 18000 # Node ID b41cd423e5a3155942dc02faf311046ba066437f # Parent a7d93a22f28cbb4a3a13ab22c98f4ae9d61412f0 gitweb: fix annotate page display problem on IE (6.0) Bad support of "white-space: pre" property. diff -r a7d93a22f28c -r b41cd423e5a3 templates/map-gitweb --- a/templates/map-gitweb Tue Aug 29 14:01:11 2006 -0500 +++ b/templates/map-gitweb Tue Aug 29 14:04:54 2006 -0500 @@ -20,7 +20,7 @@ fileannotate = fileannotate-gitweb.tmpl filelog = filelog-gitweb.tmpl fileline = '
   #linenumber# #line|escape#
' -annotateline = '#author|obfuscate#@#rev##line|escape#' +annotateline = '#author|obfuscate#@#rev#
#line|escape#
' difflineplus = '
#line|escape#
' difflineminus = '
#line|escape#
' difflineat = '
#line|escape#
'