We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d03ea5 commit 4dc1583Copy full SHA for 4dc1583
classes/hooks/output/before_standard_html_head.php
@@ -29,7 +29,7 @@ class before_standard_html_head {
29
public static function callback(\core\hook\output\before_standard_html_head $hook): void {
30
$isframetop = optional_param('frameset', '', PARAM_ALPHA);
31
if ($isframetop) {
32
- return '<base target="_top" />';
+ echo '<base target="_top" />';
33
}
34
35
0 commit comments