mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '4.4' into 4.5
This commit is contained in:
commit
f8360356e0
@ -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>';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user