Hmmm, ok, it stripped the HTML, here goes again:
$size = $token->getAttribute('size');
return (null !== $size)
? '[span class="size_'.$size.'"]' . $text . '[/span]'
: $text;
--
View this message in context:
http://n4.nabble.com/Zend-Markup-size-tag-tp1471192p1472386.html
Sent from the Zend Framework mailing list archive at Nabble.com.
