diff options
author | Shaun McCance <shaunm@gnome.org> | 2012-11-02 23:34:48 -0400 |
---|---|---|
committer | Shaun McCance <shaunm@gnome.org> | 2012-11-02 23:34:48 -0400 |
commit | 15d1fc310798df78199c9488ec1a166be7bbbc3a (patch) | |
tree | 07845a1048418954f1f94b56f8b81f11a87cfd8e /xslt/docbook/html/db2html-division.xsl | |
parent | f098d663eeeb08d92382060e5a45eaa7d786fd71 (diff) | |
download | yelp-xsl-15d1fc310798df78199c9488ec1a166be7bbbc3a.tar.gz |
Adding some ARIA landmark roles
Diffstat (limited to 'xslt/docbook/html/db2html-division.xsl')
-rw-r--r-- | xslt/docbook/html/db2html-division.xsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/docbook/html/db2html-division.xsl b/xslt/docbook/html/db2html-division.xsl index 2abd2888..d97ddf87 100644 --- a/xslt/docbook/html/db2html-division.xsl +++ b/xslt/docbook/html/db2html-division.xsl @@ -367,7 +367,7 @@ the division. By default it is called by the %{html.footer.mode} implementation. ($authors | $editors | $translators))"/> <xsl:variable name="legal" select="$info/legalnotice | $info/db:legalnotice"/> <xsl:if test="$copyrights or $authors or $editors or $translators or $othercredits or $legal"> - <div class="sect about"> + <div class="sect about" role="contentinfo"> <div class="hgroup"> <h2> <xsl:call-template name="l10n.gettext"> |