Quote:
Originally Posted by MrD
|
That was actually intended. It's easily removed though.
Plugins & Products -> Plugin Manager -> Edit the 'Display' Plugin for the 'Split Useronline' Product.
On the second line you'll see this:
PHP Code:
$break = '<li class="br nocomma"><br /></li>';
Just change it to (remove the <br />):
PHP Code:
$break = '<li class="br nocomma"></li>';
and the line break will be no more.