Merge branch '4.4' into 4.5

This commit is contained in:
Maxime Rainville 2020-07-09 14:28:28 +12:00
commit f8360356e0
1 changed files with 1 additions and 0 deletions

View File

@ -223,6 +223,7 @@ class DebugView
->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>';