|
@@ -247,7 +247,7 @@ HTML;
|
|
$attributes['href'] = $href;
|
|
$attributes['href'] = $href;
|
|
}
|
|
}
|
|
|
|
|
|
- $this->defaultHtmlAttribute('style', 'cursor: pointer');
|
|
|
|
|
|
+ $this->defaultHtmlAttribute('style', 'cursor: pointer;');
|
|
$this->setHtmlAttribute($attributes);
|
|
$this->setHtmlAttribute($attributes);
|
|
}
|
|
}
|
|
|
|
|