summaryrefslogtreecommitdiff
path: root/src/application/views/view_search_results.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-18 23:05:35 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-18 23:05:35 +0200
commit01454544896827113e49db0d2848b5aab6ce14ae (patch)
tree9487c3d45a04d350bca2ed8401a797ed69cd7e8a /src/application/views/view_search_results.php
parenta65d424263adfbff9629c7d91a613e4504c84613 (diff)
Many changes
Diffstat (limited to 'src/application/views/view_search_results.php')
-rw-r--r--src/application/views/view_search_results.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/views/view_search_results.php b/src/application/views/view_search_results.php
index 19a6978..e21fbb8 100644
--- a/src/application/views/view_search_results.php
+++ b/src/application/views/view_search_results.php
@@ -27,7 +27,7 @@ use mystic\forum\utils\StringUtils;
</div>
<?php else: ?>
<div class="well icon-well text-info margin-top margin-bottom">
- <span class="glyphicon glyphicon-info-sign color-info" aria-hidden="true"></span>
+ <span class="glyphicon glyphicon-info-sign text-info" aria-hidden="true"></span>
<em><?= __("No results for this search") ?></em>
</div>
<?php endif; ?>