diff --git a/lib/installlib.php b/lib/installlib.php
index bcfc7181e513c..8e7697d59326a 100644
--- a/lib/installlib.php
+++ b/lib/installlib.php
@@ -278,10 +278,7 @@ function install_print_help_page($help) {
'.get_string('installation','install').'
-
- ';
-
- echo '';
+ ';
switch ($help) {
case 'phpversionhelp':
print_string($help, 'install', phpversion());
diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php
index 904708ce64525..9f4d8e456374e 100644
--- a/lib/outputrenderers.php
+++ b/lib/outputrenderers.php
@@ -364,10 +364,6 @@ public function standard_head_html() {
$output = '';
$output .= '' . "\n";
$output .= '' . "\n";
- if (!$this->page->cacheable) {
- $output .= '' . "\n";
- $output .= '' . "\n";
- }
// This is only set by the {@link redirect()} method
$output .= $this->metarefreshtag;