commit | df63fbbf46c5ec855132f4c631c32b45f67b42e4 | [log] [tgz] |
---|---|---|
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | Fri Jan 02 13:15:28 2009 +0100 |
committer | Junio C Hamano <gitster@pobox.com> | Mon Jan 05 10:45:54 2009 -0800 |
tree | 929675c4bb81810c49e075128add2eb7a6344e94 | |
parent | 8ea6ae99b2314ddb24dd9121335b7a5583047f05 [diff] |
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>