Skip to content

Commit

Permalink
Website: Fixed Diff highlight plugin page title (#2233)
Browse files Browse the repository at this point in the history
The plugin page of Diff highlight had the wrong title.
  • Loading branch information
sidvishnoi authored Feb 25, 2020
1 parent fa63072 commit a82770f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/diff-highlight/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8" />
<link rel="icon" href="favicon.png" />
<title>Data-URI Highlight ▲ Prism plugins</title>
<title>Diff Highlight ▲ Prism plugins</title>
<base href="../.." />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="themes/prism.css" data-noprefix />
Expand Down

0 comments on commit a82770f

Please sign in to comment.