/** * Render, draw the element according to the mode * * @return string HTML text */ public function render() { return nl2br(parent::render()); }
public function render() { $sHTML = parent::render(); $sHTML = $sHTML . $this->getIDPrefix(); return $sHTML; }