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