#if ($hasErrors) #fragmentFormErrors() #else #if ($fragment.content && $fragment.content.trim() != "") #end
#$messages.get("preview") #if ($fragment.isTag()) #miniTagIcon($fragment.title) #end $fragment.title   #if ($fragment.classification.size() > 0) #foreach ($tag in $fragment.classification.getTagIterator()) #miniTagIcon($tag.name) #if($tag.id) $tag.name #else $tag.name(new) #end   ## fix for the white-space bug on IE and Chrome #end #end
#fragmentTextContent($fragment)
#end