Skip to content

Commit

Permalink
Do not set the default role for the body tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Blendify authored Jan 15, 2018
1 parent d332646 commit a956f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

</head>

<body class="wy-body-for-nav" role="document">
<body class="wy-body-for-nav">

{% block extrabody %} {% endblock %}
<div class="wy-grid-for-nav">
Expand Down

0 comments on commit a956f23

Please sign in to comment.