if( elDocService != null )
{
content.append( "[pbr/][b]" );
content.append( element.type().getLabel( true, CapitalizationType.TITLE_STYLE, false ) );
content.append( "[/b][pbr/]" );
content.append( elDocService.content() );
topics.addAll( elDocService.topics() );
}
}
content.append( "[pbr/]" );