[csw-devel] SF.net SVN: gar:[16037] csw/mgar/gar/v2/lib/web/templates/MaintainerList. html
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Oct 30 10:58:04 CET 2011
Revision: 16037
http://gar.svn.sourceforge.net/gar/?rev=16037&view=rev
Author: wahwah
Date: 2011-10-30 09:58:04 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
pkgdb-web: Don't make the trailing space a link
A small template cleanup.
Modified Paths:
--------------
csw/mgar/gar/v2/lib/web/templates/MaintainerList.html
Modified: csw/mgar/gar/v2/lib/web/templates/MaintainerList.html
===================================================================
--- csw/mgar/gar/v2/lib/web/templates/MaintainerList.html 2011-10-30 09:57:30 UTC (rev 16036)
+++ csw/mgar/gar/v2/lib/web/templates/MaintainerList.html 2011-10-30 09:58:04 UTC (rev 16037)
@@ -10,9 +10,7 @@
<ul>
$for username, domain, maintainer in maintainers
<li>
- <a href="$maintainer.id/">
- $username
- </a>
+ <a href="$maintainer.id/">$username</a>
($domain.replace(".", "!"))
$if maintainer.full_name:
$maintainer.full_name
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list