mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Default css class added to unenclosed welcome-message.
This commit is contained in:
@@ -84,8 +84,10 @@ function wmessage_shortcode($parm='')
|
||||
}
|
||||
else
|
||||
{
|
||||
echo "<div class='wmessage'>";
|
||||
echo ($wmcaption) ? $wmcaption.'<br />' : '';
|
||||
echo implode('<br />',$wmessage);
|
||||
echo "</div>";
|
||||
}
|
||||
|
||||
$cache_data = ob_get_flush();
|
||||
|
Reference in New Issue
Block a user