1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Default css class added to unenclosed welcome-message.

This commit is contained in:
Cameron
2015-01-30 18:15:46 -08:00
parent c6044b5bd3
commit 762f98aab5

View File

@@ -84,8 +84,10 @@ function wmessage_shortcode($parm='')
} }
else else
{ {
echo "<div class='wmessage'>";
echo ($wmcaption) ? $wmcaption.'<br />' : ''; echo ($wmcaption) ? $wmcaption.'<br />' : '';
echo implode('<br />',$wmessage); echo implode('<br />',$wmessage);
echo "</div>";
} }
$cache_data = ob_get_flush(); $cache_data = ob_get_flush();