Skip to content

Commit 0d90d70

Browse files
committed
Fix two line-break accidents in devel and responsive milestone.item.html
1 parent d7ba6fe commit 0d90d70

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Fixed:
132132
- demo.py usage message improved: explains "nuke" now. (Bernhard Reiter)
133133
- Fix issue2550735 Missing doc for xmlrpc schema. Thanks to C�dric Krier
134134
for the patch. (anatoly techtonik)
135+
- Fix two line-break accidents in devel and responsive milestone.item.html
136+
(Thomas Arendsen Hein)
135137

136138

137139
2013-07-06: 1.5.0

share/roundup/templates/devel/html/milestone.item.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@
4545
<!-- status -->
4646
<tr tal:condition="context/id">
4747
<th>
48-
<a href="javascript:help_window('status?:template=help&properties=name,d
49-
escription', 500, 400)">status</a>
48+
<a href="javascript:help_window('status?:template=help&properties=name,description', 500, 400)">status</a>
5049
</th>
5150
<td colspan="5"
5251
tal:condition="python: request.user.hasPermission('Edit')"

share/roundup/templates/responsive/html/milestone.item.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
<!-- status -->
4242
<tr tal:condition="context/id">
4343
<th>
44-
<a href="javascript:help_window('status?:template=help&properties=name,d
45-
escription', 500, 400)">status</a>
44+
<a href="javascript:help_window('status?:template=help&properties=name,description', 500, 400)">status</a>
4645
</th>
4746
<td colspan="5"
4847
tal:condition="python: request.user.hasPermission('Edit')"

0 commit comments

Comments
 (0)