# 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 --git a/templates/map-gitweb b/templates/map-gitweb --- a/templates/map-gitweb +++ b/templates/map-gitweb @@ -20,7 +20,7 @@ filerevision = filerevision-gitweb.tmpl 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#
'