Commit 544b56f08897fe860cf11147e567532c9ca17ce7

Chris Wells 2015-12-12T20:21:52

Fix incorrect page title.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/plugins/highlight-keywords/index.html b/plugins/highlight-keywords/index.html
index b3141b0..a0e01ae 100644
--- a/plugins/highlight-keywords/index.html
+++ b/plugins/highlight-keywords/index.html
@@ -4,7 +4,7 @@
 
 <meta charset="utf-8" />
 <link rel="shortcut icon" href="favicon.png" />
-<title>Show Language ▲ Prism plugins</title>
+<title>Highlight Keywords ▲ Prism plugins</title>
 <base href="../.." />
 <link rel="stylesheet" href="style.css" />
 <link rel="stylesheet" href="themes/prism.css" data-noprefix />