mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-03 18:38:31 +03:00
Merge branch 'fix_comment'
This commit is contained in:
commit
accfbe0acd
@ -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 -->";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user