summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToM <tom@leloop.org>2013-04-12 14:03:00 +0200
committerToM <tom@leloop.org>2013-04-12 14:03:00 +0200
commit4e07ef0bbe8419c7718f64e0bcb436a35901bb5e (patch)
tree29d7fd4fa05f588fd623387e792e1f4eba2139e8
parentd2249793265e381bbdd1a739cce456a0b48c1ca6 (diff)
[FIX] XHTML Strict compliance.
-rw-r--r--_templates/footer.mako6
-rw-r--r--_templates/site.mako2
2 files changed, 4 insertions, 4 deletions
diff --git a/_templates/footer.mako b/_templates/footer.mako
index 64093b6..e74ec6b 100644
--- a/_templates/footer.mako
+++ b/_templates/footer.mako
@@ -1,6 +1,6 @@
<p>
-<a href="${bf.util.site_path_helper(bf.config.blog.path,'feed')}"><img src="/img/rss.png" height='20' /></a>
-<a href="http://creativecommons.org/licenses/by-nc-sa/2.0/fr/"><img src="/img/cc-bysanc.png" height='20' /></a>
-<a href="http://www.toile-libre.org/"><img style="background: white" src="/img/toile-libre.png" height='20' alt='Hébergé par Toile-Libre' /></a><br />
+<a href="${bf.util.site_path_helper(bf.config.blog.path,'feed')}"><img src="/img/rss.png" height='20' alt='RSS feed' title='RSS feed' /></a>
+<a href="http://creativecommons.org/licenses/by-nc-sa/2.0/fr/"><img src="/img/cc-bysanc.png" height='20' alt='CC-BY-SA-NC' title='CC-BY-SA-NC' /></a>
+<a href="http://www.toile-libre.org/"><img style="background: white" src="/img/toile-libre.png" height='20' alt='Hébergé par Toile-Libre' title='Hébergé par Toile-Libre' /></a><br />
powered by <a href="http://www.blogofile.com">blogofile</a>.<br/>
</p>
diff --git a/_templates/site.mako b/_templates/site.mako
index 4b7a9a0..cac66d5 100644
--- a/_templates/site.mako
+++ b/_templates/site.mako
@@ -1,7 +1,7 @@
<%inherit file="base.mako" />
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
${self.head()}
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>