Author: fw
Date: 2012-02-16 17:21:38 +0000 (Thu, 16 Feb 2012)
New Revision: 18458
Modified:
bin/tracker_service.py
Log:
bin/tracker_service.py: fix syntax error
Modified: bin/tracker_service.py
==================================================================---
bin/tracker_service.py 2012-02-16 14:48:23 UTC (rev 18457)
+++ bin/tracker_service.py 2012-02-16 17:21:38 UTC (rev 18458)
@@ -315,7 +315,7 @@
''RH''),
self.make_ubuntu_bug_ref(url, bug.name,
''Ubuntu''),
self.make_gentoo_bug_ref(url, bug.name,
''Gentoo''),
-
A(url.absolute(''http://oss-security.openwall.org/wiki/vendors''),
''more'')
+
A(url.absolute(''http://oss-security.openwall.org/wiki/vendors''),
''more''),
")")
elif source == ''DSA'':
source_xref = self.make_dsa_ref(url, bug.name,
''Debian'')