|
@@ -37,10 +37,13 @@ class RedirectResponse extends Response
|
|
}
|
|
}
|
|
|
|
|
|
parent::__construct(
|
|
parent::__construct(
|
|
- sprintf('<html>
|
|
|
|
|
|
+ sprintf('<!DOCTYPE html>
|
|
|
|
+<html>
|
|
<head>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta http-equiv="refresh" content="1;url=%1$s" />
|
|
<meta http-equiv="refresh" content="1;url=%1$s" />
|
|
|
|
+
|
|
|
|
+ <title>Redirecting to %1$s</title>
|
|
</head>
|
|
</head>
|
|
<body>
|
|
<body>
|
|
Redirecting to <a href="%1$s">%1$s</a>.
|
|
Redirecting to <a href="%1$s">%1$s</a>.
|