mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-12 10:31:09 +03:00
Fix comment for generated text link
This commit is contained in:
parent
61ee2d0af6
commit
94c1859a01
@ -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 -->";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user