]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: Uniquify version info output, add meta generator in page header
[Gitweb] / gitweb.perl
index bc41a924f1b6f6061b711f1c642fa44b83ec22222c3a12db0b24c5deb2defe44..1db4801adac25d18ca7c50109dd21595bd707a675b6d08d95c87fd22b00df359 100755 (executable)
@@ -996,10 +996,11 @@ sub git_header_html {
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
-<!-- git web interface v$version, (C) 2005-2006, Kay Sievers <kay.sievers\@vrfy.org>, Christian Gierke -->
+<!-- git web interface version $version, (C) 2005-2006, Kay Sievers <kay.sievers\@vrfy.org>, Christian Gierke -->
 <!-- git core binaries version $git_version -->
 <head>
 <meta http-equiv="content-type" content="$content_type; charset=utf-8"/>
+<meta name="generator" content="gitweb/$version git/$git_version"/>
 <meta name="robots" content="index, nofollow"/>
 <title>$title</title>
 <link rel="stylesheet" type="text/css" href="$stylesheet"/>
This page took 0.24345 seconds and 4 git commands to generate.