The links in the 'F' column are broken.  Patch:

Index: clutch.py
===================================================================
--- clutch.py   (revision 1855125)
+++ clutch.py   (working copy)
@@ -1117,7 +1117,7 @@ for k in sorted(projectNames, key=str.lower):
             '          <td 
class="issue">{0}</td>\n'.format(projects[k]['hasReportingGroup']))
 
     if projects[k]['hasStatusEntry']:
-        fileXml.write('          <td class="cool1"><a 
href="projects/{0}.html">{1}</a></td>\n'.format(
+        fileXml.write('          <td class="cool1"><a 
href="/projects/{0}.html">{1}</a></td>\n'.format(
             projects[k]['statusFileName'], projects[k]['hasStatusEntry']))
     else:
         fileXml.write(

Cheers,

Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to