oops, no / at the end of GET vars, ok?
This commit is contained in:
parent
6fc7227560
commit
08e4a34f20
|
@ -1,5 +1,5 @@
|
|||
<div class="itfPreview">
|
||||
<span class="itfPreviewTitle">${title}</span><br />
|
||||
<span class="itfViewLink"><a href="/erang/?issue_id=${id}/" target="_blank">View on site</a></span><br /><br />
|
||||
<span class="itfViewLink"><a href="/erang/?issue_id=${id}" target="_blank">View on site</a></span><br /><br />
|
||||
<span class="itfPreviewSub">Summary: </span>><span class="itfPreviewText">{{html tmplToHtml(summary) }}</span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user