Skip to content

Commit

Permalink
Merge branch '4.4' into 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-rainville committed Jul 9, 2020
2 parents 8eab6c6 + 01f93ef commit f836035
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Dev/DebugView.php
Expand Up @@ -223,6 +223,7 @@ public function renderHeader($httpRequest = null)
->resolveURL('silverstripe/framework:client/styles/debug.css');
$output = '<!DOCTYPE html><html><head><title>' . $url . '</title>';
$output .= '<link rel="stylesheet" type="text/css" href="' . $debugCSS . '" />';
$output .= '<meta name="robots" content="noindex">';
$output .= '</head>';
$output .= '<body>';

Expand Down

0 comments on commit f836035

Please sign in to comment.