From 1232197274df0374586ccb390f3dbd42ab59d45b Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Sun, 10 May 2015 17:32:53 -0700 Subject: [PATCH] gitweb: add readme id to the README.html section Signed-off-by: Kyle J. McKay --- gitweb/gitweb.perl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index f2aed4c655..3fa0288e48 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -7833,7 +7833,7 @@ EOT # TODO: Allow a readme in some safe format. if (!$prevent_xss && -s "$projectroot/$project/README.html") { print "
readme
\n" . - "
\n"; + "
\n"; insert_file("$projectroot/$project/README.html"); print "\n
\n"; # class="readme" } -- 2.11.4.GIT