Skip to content

Commit 4dc1583

Browse files
committed
Automated sync from SVN
1 parent 0d03ea5 commit 4dc1583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/hooks/output/before_standard_html_head.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class before_standard_html_head {
2929
public static function callback(\core\hook\output\before_standard_html_head $hook): void {
3030
$isframetop = optional_param('frameset', '', PARAM_ALPHA);
3131
if ($isframetop) {
32-
return '<base target="_top" />';
32+
echo '<base target="_top" />';
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)