mirror of https://github.com/kiwix/libkiwix.git
+ do not show wordCount and size if not possible
This commit is contained in:
parent
f8dc690771
commit
eece284b17
|
@ -105,7 +105,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="<TMPL_var url>"><TMPL_var title></a>
|
<a href="<TMPL_var url>"><TMPL_var title></a>
|
||||||
<cite><TMPL_var snippet></cite>
|
<cite><TMPL_var snippet></cite>
|
||||||
<div class="informations"><TMPL_var size> KB (<TMPL_var wordCount> words)</div>
|
<TMPL_if size><TMPL_if wordCount><div class="informations"><TMPL_var size> KB (<TMPL_var wordCount> words)</div></TMPL_if></TMPL_if>
|
||||||
</li>
|
</li>
|
||||||
</TMPL_loop>
|
</TMPL_loop>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue