web/hosts/issues/html bug.index,1.5,1.6
Tobias Hunger <[email protected]> Thu, 28 Aug 2003 08:39:04 -0500
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/web/hosts/issues/html
In directory purcel:/tmp/cvs-serv18907
Modified Files:
bug.index
Log Message:
Fix typo in URL. Now clicking on the bug-number should work again.
Index: bug.index
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/html/bug.index,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- bug.index 20 Aug 2003 21:24:35 -0000 1.5
+++ bug.index 28 Aug 2003 13:39:01 -0000 1.6
@@ -42,7 +42,7 @@
<td tal:condition="request/show/severity"
tal:content="python:i.severity.plain() or default"> </td>
<td tal:condition="request/show/id">
- <a tal:attributes="href string:big${i/id}"
+ <a tal:attributes="href string:bug${i/id}"
tal:content="i/id"> </a></td>
<td nowrap tal:condition="request/show/creation"
tal:content="i/creation/reldate"> </td>