Skip to content

Commit d4baf9e

Browse files
jnarebJunio C Hamano
authored andcommitted
gitweb: Uniquify version info output, add meta generator in page header
Signed-off-by: Jakub Narebski <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 409d1d2 commit d4baf9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitweb/gitweb.perl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,10 +996,11 @@ sub git_header_html {
996996
<?xml version="1.0" encoding="utf-8"?>
997997
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
998998
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
999-
<!-- git web interface v$version, (C) 2005-2006, Kay Sievers <kay.sievers\@vrfy.org>, Christian Gierke -->
999+
<!-- git web interface version $version, (C) 2005-2006, Kay Sievers <kay.sievers\@vrfy.org>, Christian Gierke -->
10001000
<!-- git core binaries version $git_version -->
10011001
<head>
10021002
<meta http-equiv="content-type" content="$content_type; charset=utf-8"/>
1003+
<meta name="generator" content="gitweb/$version git/$git_version"/>
10031004
<meta name="robots" content="index, nofollow"/>
10041005
<title>$title</title>
10051006
<link rel="stylesheet" type="text/css" href="$stylesheet"/>

0 commit comments

Comments
 (0)