1.5.2: html functions, DB Row Iterator, and more
This commit is contained in:
@@ -34,8 +34,7 @@ class Link extends StaticView {
|
||||
$attributes["nonce"] = $this->nonce;
|
||||
}
|
||||
|
||||
$attributes = html_attributes($attributes);
|
||||
return "<link $attributes/>";
|
||||
return html_tag_short("link", $attributes);
|
||||
}
|
||||
|
||||
public function setNonce(string $nonce) {
|
||||
|
||||
Reference in New Issue
Block a user