Update search-results.php
This commit is contained in:
@@ -178,7 +178,7 @@ $jsonItems = array_map(function ($item) {
|
|||||||
</h2>
|
</h2>
|
||||||
<div class="s-res-meta-row">
|
<div class="s-res-meta-row">
|
||||||
<p class="s-res-author">Von: <span class="s-res-author-name"><?php echo htmlspecialchars($item['author']); ?></span></p>
|
<p class="s-res-author">Von: <span class="s-res-author-name"><?php echo htmlspecialchars($item['author']); ?></span></p>
|
||||||
<span class="s-res-likes"><?php echo $likesCount; ?></span>
|
<span class="s-res-likes"> ❤️ <?php echo $likesCount; ?></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="s-res-arrow">→</div>
|
<div class="s-res-arrow">→</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user