Skip to content

Commit

Permalink
updating these input posts with escaped <
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 23, 2012
1 parent 6642af7 commit dbe468a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ exports.Feature = Backbone.Model.extend({

if (parts.length < 2) {
console.error(lines);
throw new Error('Invalid key: val');
throw new Error('Invalid key: val ... ' + docs);
}

key = parts[0];
Expand Down
2 changes: 1 addition & 1 deletion posts/input-typecolor.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
feature: <input type=color>
feature: &lt;input type=color>
status: avoid
tags: polyfill
kind: html, gtie9
Expand Down
2 changes: 1 addition & 1 deletion posts/input-typedate.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
feature: <input type=date>
feature: &lt;input type=date>
status: caution
tags: polyfill
kind: html, gtie9
Expand Down
2 changes: 1 addition & 1 deletion posts/input-typerange.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
feature: <input type=range>
feature: &lt;input type=range>
status: caution
tags: polyfill
kind: html, gtie9
Expand Down

0 comments on commit dbe468a

Please sign in to comment.