1
0
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:
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>";