summaryrefslogtreecommitdiff
path: root/src/application/views/view_search_results.php
diff options
context:
space:
mode:
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; ?>