mirror of https://github.com/kiwix/libkiwix.git
+ remove size of articles in the results
This commit is contained in:
parent
a596427a5e
commit
03a0316ed6
|
@ -106,7 +106,7 @@
|
||||||
<li>
|
<li>
|
||||||
<a href="<TMPL_var protocolPrefix><TMPL_var url>"><TMPL_var title></a>
|
<a href="<TMPL_var protocolPrefix><TMPL_var url>"><TMPL_var title></a>
|
||||||
<cite><TMPL_if snippet><TMPL_var snippet>...</TMPL_if></cite>
|
<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>
|
</li>
|
||||||
</TMPL_loop>
|
</TMPL_loop>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in New Issue