and the templates get ugly to do line-breaks correctly

This commit is contained in:
Sanj 2011-03-07 03:35:48 +05:30
parent b0e8995586
commit 034193dbb9

View File

@ -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}}