Skip to content

Commit 588c2da

Browse files
author
Richard Jones
committed
fix "attach a file" link in classic schema - index class still stuffed :(
1 parent 9d4fb9f commit 588c2da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/templates/classic/html/issue.item

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
</tr>
7272
<tr class="form-help">
7373
<td colspan=4>
74-
<a href="newfile?:multilink=issue<display
75-
call="plain('id')">:files">Attach a file to this issue</a>
74+
<display call="href('id', 'newfile?:multilink=issue', ':files',
75+
'Attach a file to this issue')">
7676
</td>
7777
</tr>
7878
<property name="files">

0 commit comments

Comments
 (0)