returns the message of a single comment
This works only within the lb:loop_comments tag.
Usage
<lb:commentmessage length="30" />
Returns
@Hello, this is an example mes …
Attributes
length
If you want to display only a limited number of characters, use length to do that! This is useful for the global list of comment, which typically sits on the sidebar of your site. If you assign a length-parameter, also all HTML-tags gets stripped from the comment.
If you don’t assign a length attribute, the full length comment will be shown, including HTML-tags.
