summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <pablo@rauzy.name>2010-09-27 02:04:00 +0200
committerp4bl0 <pablo@rauzy.name>2010-09-27 02:04:00 +0200
commitfc4f8e16e1b395d7ce38a887241d3fadfeafb73d (patch)
tree55a98bc5b49fad0f131147554368682f5558bb09
parent052d7ac50fdc29ed00120d0e25049218c56ca874 (diff)
fixing w3c error caused by xml:lang being present in html tag but not lang attr
-rw-r--r--default-files/top.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/default-files/top.html b/default-files/top.html
index 0429a83..21dc654 100644
--- a/default-files/top.html
+++ b/default-files/top.html
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
-<html dir="ltr" xml:lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
+<html dir="ltr" xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?fugitive-install name ?>'s blog: <?fugitive page_title ?></title>
<meta http-equiv="Content-type" content="application/xhtml+xml; charset=utf-8" />