[Python-checkins] r88804 - tracker/instances/python-dev/html/issue.item.html

martin.v.loewis python-checkins at python.org
Fri Mar 25 22:42:44 CET 2011


Author: martin.v.loewis
Date: Fri Mar 25 22:42:44 2011
New Revision: 88804

Log:
Use # instead of :


Modified:
   tracker/instances/python-dev/html/issue.item.html

Modified: tracker/instances/python-dev/html/issue.item.html
==============================================================================
--- tracker/instances/python-dev/html/issue.item.html	(original)
+++ tracker/instances/python-dev/html/issue.item.html	Fri Mar 25 22:42:44 2011
@@ -274,7 +274,7 @@
   <td>
    <a tal:attributes="href hgrepo/url"
       tal:content="hgrepo/url">link</a><tal:block 
-        tal:condition="hgrepo/patchbranch">:<a 
+        tal:condition="hgrepo/patchbranch">#<a 
         tal:attributes="href string:${hgrepo/url}/shortlog/${hgrepo/patchbranch}"
         tal:content="hgrepo/patchbranch"/>
    </tal:block>


More information about the Python-checkins mailing list