View file themes/default/apps/search/includes/htags.phtml
<div v-show="(query_result == '1')" class="timeline-hashtags-container">
<div class="timeline-hashtags-ls" data-an="entry-list">
<?php if (not_empty($cl["query_result"])): ?>
<?php foreach ($cl["query_result"] as $cl['li']): ?>
<?php echo cl_template('search/includes/li/htag_li'); ?>
<?php endforeach; ?>
<?php endif; ?>
</div>
</div>