1.5.2: html functions, DB Row Iterator, and more
This commit is contained in:
@@ -10,7 +10,7 @@ abstract class SimpleBody extends Body {
|
||||
|
||||
public function getCode(): string {
|
||||
$content = $this->getContent();
|
||||
return parent::getCode() . "<body>$content</body>";
|
||||
return html_tag("body", [], $content, false);
|
||||
}
|
||||
|
||||
protected abstract function getContent(): string;
|
||||
|
||||
Reference in New Issue
Block a user