// Build the return string
$buffer .= "\n<div id=\"system-message-container\">";
> --
> You received this message because you are subscribed to the Google Groups
> "Joomla! Documentation" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/joomla-docs/-/hIvRzjvP95sJ.
> To post to this group, send email to jooml...@googlegroups.com.
> To unsubscribe from this group, send email to
> joomla-docs...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/joomla-docs?hl=en.
>
>
<?php if(trim(strip_tags($this->getBuffer('message')))!=''): ?>
(its works in 1.5.x and 2.5.x)
hope this helps.