Fix comment for generated text link

This commit is contained in:
Fedor A. Fetisov 2014-09-10 18:59:43 +04:00
parent 61ee2d0af6
commit 94c1859a01

View File

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