gitweb: use href() when generating URLs in OPML
commitdf63fbbf46c5ec855132f4c631c32b45f67b42e4
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Fri, 2 Jan 2009 12:15:28 +0000 (2 13:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jan 2009 18:45:54 +0000 (5 10:45 -0800)
tree929675c4bb81810c49e075128add2eb7a6344e94
parent8ea6ae99b2314ddb24dd9121335b7a5583047f05
gitweb: use href() when generating URLs in OPML

Since the OPML project list view was hand-coding the RSS and HTML URLs,
it didn't respect global options such as use_pathinfo. Make it use
href() to ensure consistency with the rest of the gitweb setup.

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