summaryrefslogtreecommitdiff
path: root/src/application/views/alert_error.php
diff options
context:
space:
mode:
authorJonas Kohl2024-10-11 15:08:31 +0200
committerJonas Kohl2024-10-11 15:08:31 +0200
commit72061dac58ee44ebd5c26efacb00790ef11aa136 (patch)
treece1c2cc8cb435d02d168f12f064dd922f9ec6597 /src/application/views/alert_error.php
parent0fb99f2ebb773bbede609946cc1c19955d06b0be (diff)
Switch from Glyphicons to Fork Awesome
Diffstat (limited to 'src/application/views/alert_error.php')
-rw-r--r--src/application/views/alert_error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/application/views/alert_error.php b/src/application/views/alert_error.php
index acdb295..e3b48ba 100644
--- a/src/application/views/alert_error.php
+++ b/src/application/views/alert_error.php
@@ -5,6 +5,6 @@ else
$message = htmlentities($message);
?>
<div class="alert alert-danger" role="alert">
-<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
+<span class="fa fa-exclamation-circle" aria-hidden="true"></span>
<?= $message; ?>
</div>