From 01454544896827113e49db0d2848b5aab6ce14ae Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Wed, 18 Sep 2024 23:05:35 +0200 Subject: Many changes --- src/application/views/view_search_results.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/application/views/view_search_results.php') 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; ?> -- cgit v1.2.3