From a9a901c1362f6a4d6004f445629077e7633abb28 Mon Sep 17 00:00:00 2001 From: Frederic Hemberger Date: Wed, 21 Sep 2011 14:48:38 +0200 Subject: Fixed misuse of ARIA roles (see http://dev.opera.com/articles/view/introduction-to-wai-aria/) --- .themes/classic/source/_layouts/default.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.themes/classic/source/_layouts/default.html') diff --git a/.themes/classic/source/_layouts/default.html b/.themes/classic/source/_layouts/default.html index d84da44c..17c4e664 100644 --- a/.themes/classic/source/_layouts/default.html +++ b/.themes/classic/source/_layouts/default.html @@ -1,14 +1,14 @@ {% capture root_url %}{{ site.root | strip_slash }}{% endcapture %} {% include head.html %} -
{% include header.html %}
- +
{% include header.html %}
+
{{ content | expand_urls: root_url }}
- + {% include disqus.html %} {% include google_analytics.html %} {% include google_plus_one.html %} -- cgit v1.2.1