Merge pull request #3495 from shibukawa/fix/html5_validation_error

fix HTML5 validation check (role attribute of body tag is unnecessary)
This commit is contained in:
Takeshi KOMIYA 2017-03-03 23:04:47 +09:00 committed by GitHub
commit 28b1aceefe

View File

@ -151,7 +151,7 @@
{%- endblock %}
{%- block extrahead %} {% endblock %}
</head>
<body role="document">
<body>
{%- block header %}{% endblock %}
{%- block relbar1 %}{{ relbar() }}{% endblock %}