Skip to content

Commit

Permalink
Merge pull request #121 from qqshfox/patch-1
Browse files Browse the repository at this point in the history
Update lib/better_errors/templates/main.erb
  • Loading branch information
Charlie Somerville committed Feb 14, 2013
2 parents 8955b05 + 5d7bcfa commit 5e8fc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/better_errors/templates/main.erb
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@
(function() {
var elements = ["section", "nav", "header", "footer", "audio"];
for (var i = 0; i < elements.length; i++) {
document.createElement(element);
document.createElement(elements[i]);
}
})();
</script>
Expand Down

0 comments on commit 5e8fc1f

Please sign in to comment.