From: Jakub Narebski Date: Fri, 25 Aug 2006 19:06:49 +0000 (+0200) Subject: gitweb: Change here-doc back for style consistency in git_blobdiff X-Git-Tag: v1.4.3-rc1~168^2~13 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=990dd0de51530a47f4c8fad961268d4b8545a7be;p=git.git gitweb: Change here-doc back for style consistency in git_blobdiff Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index e631188ee..40f65bee0 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -2800,10 +2800,8 @@ sub git_blobdiff { git_print_page_nav('','', $hash_base,$co{'tree'},$hash_base, $formats_nav); git_print_header_div('commit', esc_html($co{'title'}), $hash_base); } else { - print <
$formats_nav
-
$hash vs $hash_parent
-HTML + print "

$formats_nav
\n"; + print "
$hash vs $hash_parent
\n"; } git_print_page_path($file_name, "blob", $hash_base); print "
\n" .