mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Fix for default alert style.
This commit is contained in:
@@ -42,7 +42,7 @@ class bb_alert extends e_bb_base
|
||||
}
|
||||
else
|
||||
{
|
||||
$style = "alert alert-default";
|
||||
$style = "alert alert-info";
|
||||
}
|
||||
|
||||
return "<div class='".$style."'>".$code_text."</div>";
|
||||
|
Reference in New Issue
Block a user