3
0
Fork 0

+ remove size of articles in the results

small_fixes
kelson42 14 years ago
parent f02dd3e200
commit c7152762f2

@ -106,7 +106,7 @@
<li>
<a href="<TMPL_var protocolPrefix><TMPL_var url>"><TMPL_var title></a>
<cite><TMPL_if snippet><TMPL_var snippet>...</TMPL_if></cite>
<TMPL_if size><TMPL_if wordCount><div class="informations"><TMPL_var size> KB (<TMPL_var wordCount> words)</div></TMPL_if></TMPL_if>
<TMPL_if wordCount><div class="informations"><TMPL_var wordCount> words</div></TMPL_if>
</li>
</TMPL_loop>
</ul>

Loading…
Cancel
Save