gitweb: Fix typo in hash key name in %opts in git_header_html
commitad709ea985b527adb546f4c841fbd480f2c6bdfd
authorJakub Narebski <jnareb@gmail.com>
Sat, 12 Jun 2010 22:35:59 +0000 (13 00:35 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 13 Jun 2010 17:03:04 +0000 (13 10:03 -0700)
treedc045ed05f145778f6ded45e7f11c5cf200cfc91
parent3499cb1ae7b97ce8f67879156e2014e31dd985b6
gitweb: Fix typo in hash key name in %opts in git_header_html

The name of the key has to be the same in call site handle_errors_html
and in called subroutine that uses it, i.e. git_header_html.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl