Skip to content

Commit 4231250

Browse files
Add missing <title> in redirection page <head>
1 parent 7414d28 commit 4231250

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/html/layout.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ crate fn redirect(url: &str) -> String {
235235
<html lang="en">
236236
<head>
237237
<meta http-equiv="refresh" content="0;URL={url}">
238+
<title>Redirection</title>
238239
</head>
239240
<body>
240241
<p>Redirecting to <a href="{url}">{url}</a>...</p>

0 commit comments

Comments
 (0)