mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Fix for default alert style.
This commit is contained in:
parent
d8d4b48341
commit
4cf91d0627
@ -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>";
|
||||
|
Loading…
x
Reference in New Issue
Block a user