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