Skip to content

Commit c8b34e5

Browse files
author
Shogo Ohta
committed
Merge pull request #4 from mono0x/master
Fix the title of the options page
2 parents 238c768 + 0ca638e commit c8b34e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Keyconfig/options_page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!DOCTYPE html>
22
<html>
33
<meta charset="utf-8">
4-
<title class="MSG_option_title">Keyconfig for Google Chrome\u2122</title>
4+
<title class="MSG_option_title">Keyconfig for Google Chrome&trade;</title>
55
<link href="css/option_page.css" rel="stylesheet" type="text/css">
66
<script src="js/x.js"></script>
77
<script src="js/tween2.js"></script>
88
<script src="js/get_key.js"></script>
99
<script src="js/chrome_keyconfig.js"></script>
10-
<h1 class="MSG_option_title">Keyconfig for Google Chrome\u2122</h1>
10+
<h1 class="MSG_option_title">Keyconfig for Google Chrome&trade;</h1>
1111
<ul class="tabs" id="menu_tabs">
1212
<li class="basics">
1313
<a href="#basics" class="active"><span>Basics</span></a>

0 commit comments

Comments
 (0)