Skip to content

Commit

Permalink
Fix incorrect use of meta description
Browse files Browse the repository at this point in the history
  • Loading branch information
moyogo committed Jun 23, 2015
1 parent 764294f commit 0997eeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion font-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>opentype.js font inspector</title>
<meta description="A JavaScript library to manipulate the letterforms of text from the browser or node.js.">
<meta name="description" content="A JavaScript library to manipulate the letterforms of text from the browser or node.js.">
<meta charset="utf-8">
<link rel="stylesheet" href="site.css">
<script type="text/javascript" src="dist/opentype.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion glyph-inspector.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>opentype.js glyph inspector</title>
<meta description="A JavaScript library to manipulate the letterforms of text from the browser or node.js.">
<meta name="description" content="A JavaScript library to manipulate the letterforms of text from the browser or node.js.">
<meta charset="utf-8">
<link rel="stylesheet" href="site.css">
<script src="dist/opentype.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<title>opentype.js – JavaScript parser/writer for OpenType and TrueType fonts.</title>
<meta description="A JavaScript library to manipulate the letterforms of text from the browser or node.js.">
<meta name="description" content="A JavaScript library to manipulate the letterforms of text from the browser or node.js.">
<meta charset="utf-8">
<!-- Note that the internal development server rewrites the JavaScript URL below to build/opentype.js -->
<script type="text/javascript" src="dist/opentype.js"></script>
Expand Down

0 comments on commit 0997eeb

Please sign in to comment.