Merge branch 'fix_comment'

This commit is contained in:
Dmitriy Simushev 2014-09-10 15:04:20 +00:00
commit accfbe0acd

View File

@ -29,9 +29,9 @@ class TextGenerator extends AbstractGenerator implements GeneratorInterface
*/
public function generate()
{
return "<!-- mibew button -->"
return "<!-- mibew text link -->"
. $this->getPopup($this->getOption('caption'))
. "<!-- / mibew button -->";
. "<!-- / mibew text link -->";
}
/**