Put the <%%> tags in the templates
[bugdar.git] / templates / trackerhome_bits.tpl
1
2 <!-- bug <%- $bug[bugid] %> -->
3 <tr<if condition="bugdar::$userinfo['showcolors']"> style="background-color: <%- $bug['bgcolor'] %><if condition="$bug['hidden']">; font-style: italic</if>"<else /> class="<%- $bug['bgcolor'] %>"<if condition="$bug['hidden']"> style="font-style: italic"</if></if>>
4 $fields
5 </tr>
6 <!-- / bug <%- $bug[bugid] %> -->