closing <a> tag in project url link
Wed Apr 4 15:09:32 UTC 2007 Alexandre Rossi <alexandre.rossi@gmail.com>
* closing <a> tag in project url link
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2013-07-18 20:18:17.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2013-07-18 20:18:17.000000000 +0000
@@ -1386,7 +1386,7 @@
{ 'url': config.repourl }
if config.repoprojurl:
print ' <tr><td>project url</td>'
- print ' <td><a href="%(url)s">%(url)s</td></tr>' % \
+ print ' <td><a href="%(url)s">%(url)s</a></td></tr>' % \
{ 'url': config.repoprojurl }
print '</table>'