From: Giuseppe Bilotta Date: Fri, 2 Jan 2009 12:15:28 +0000 (+0100) Subject: gitweb: use href() when generating URLs in OPML X-Git-Tag: v1.6.2-rc0~197 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/df63fbbf46c5ec855132f4c631c32b45f67b42e4?hp=df63fbbf46c5ec855132f4c631c32b45f67b42e4 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 Acked-by: Jakub Narebski Signed-off-by: Junio C Hamano ---