and the templates get ugly to do line-breaks correctly
This commit is contained in:
parent
b0e8995586
commit
034193dbb9
|
@ -1,7 +1,7 @@
|
|||
<div class="itfInfo">
|
||||
<span class="itfInfoSub">Story: </span><span class="itfInfoInfo">{{html tmplToHtml(story)}}</span><br /><br />
|
||||
{{each stories}}
|
||||
<span class="itfInfoSub">Story ${$index + 1}: </span><span class="ifInfoInfo">${$value.text}</span>
|
||||
<span class="itfInfoSub">Story ${$index + 1}: </span><span class="ifInfoInfo">{{html tmplToHtml(${$value.text})</span>
|
||||
<img class="itfInfoImg" src="${$value.image}" />
|
||||
<br /><br />
|
||||
{{/each}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user