gitweb: Fix escaping HTML of project owner in 'projects_list' and
commitce312affa1487b2b3857da7de5cca35d35f3baa7
authorJakub Narebski <jnareb@gmail.com>
Tue, 28 Aug 2007 14:05:43 +0000 (28 16:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Aug 2007 04:14:46 +0000 (28 21:14 -0700)
tree1d5dd9e095052d58596bfd02f119f0c5f6be5d16
parenta005085240ef77ac0dde8eb08e27c6ef868d4bab
gitweb: Fix escaping HTML of project owner in 'projects_list' and
'summary' views

This for example allows to put email address in the project owner
field in the projects index file (when $projects_list points to
a file, and not to a directory), in the form of:

path/to/repo.git Random+J+Developer+<random@developer.example.org>

Noticed-by: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl