Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use rel="icon" instead of rel="shortcut icon" #1398

Merged
merged 1 commit into from
Apr 22, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion download.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Download ▲ Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down
2 changes: 1 addition & 1 deletion examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Examples ▲ Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down
2 changes: 1 addition & 1 deletion extending.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Extending Prism ▲ Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down
2 changes: 1 addition & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>FAQ ▲ Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
window.console && console.log('foo');
</script>
<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down
2 changes: 1 addition & 1 deletion plugins/autolinker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Autolinker ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/autoloader/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Autoloader ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/command-line/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Command Line ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/copy-to-clipboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Copy to Clipboard ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/custom-class/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Custom Class ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/data-uri-highlight/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Data-URI Highlight ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/file-highlight/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>File Highlight ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/highlight-keywords/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Highlight Keywords ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Plugins ▲ Prism</title>
<base href=".." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/jsonp-highlight/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>JSONP Highlight ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/keep-markup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Keep markup ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/line-highlight/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Line highlight ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/line-numbers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Line Numbers ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/normalize-whitespace/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Normalize Whitespace ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/previewers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Previewers ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/remove-initial-line-feed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Remove initial line feed ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/show-invisibles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Show Invisibles ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/show-language/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Show Language ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/toolbar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Toolbar ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
6 changes: 3 additions & 3 deletions plugins/unescaped-markup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Unescaped markup ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down Expand Up @@ -51,7 +51,7 @@ <h1>Examples</h1>
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Keep markup ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down Expand Up @@ -113,7 +113,7 @@ <h1>FAQ</h1>
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Keep markup ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion plugins/wpd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>WebPlatform Docs ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
Expand Down
2 changes: 1 addition & 1 deletion test-suite.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Running the test suite ▲ Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

<meta charset="utf-8" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="icon" href="favicon.png" />
<title>Test drive ▲ Prism</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down