1
0
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:
Cameron
2015-09-21 14:59:37 -07:00
parent d8d4b48341
commit 4cf91d0627

View File

@@ -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>";