[Python-checkins] r61437 - tracker/instances/python-dev/html/issue.item.html
brett.cannon
python-checkins at python.org
Mon Mar 17 17:25:13 CET 2008
Author: brett.cannon
Date: Mon Mar 17 17:25:13 2008
New Revision: 61437
Modified:
tracker/instances/python-dev/html/issue.item.html
Log:
Raise the number of keywords shown to 5. That will (hopefully) allow the
scrollbar widget to be fully rendered in any browser.
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 Mon Mar 17 17:25:13 2008
@@ -151,7 +151,7 @@
</th>
<td tal:content="structure context/priority/menu">priority</td>
<th i18n:translate="">Keywords:</th>
- <td tal:content="structure python:context['keywords'].menu(height=3)">keywords</td>
+ <td tal:content="structure python:context['keywords'].menu(height=5)">keywords</td>
</tr>
More information about the Python-checkins
mailing list