Skip to content

Commit

Permalink
Merge pull request #89 from johnlauck/remove_xmlns
Browse files Browse the repository at this point in the history
Remove xmlns, unnecessary HTML5 attribute
  • Loading branch information
mdo committed Apr 24, 2015
2 parents 02a8d5c + 839136e commit bfb6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<html lang="en-us">

{% include head.html %}

Expand Down

0 comments on commit bfb6c76

Please sign in to comment.