Correct the html element main

Correct the HTML5 element 'content' to 'main'. 'content' is obsolete and wasn't meant to be used in ordinary HTML. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/content
pull/230/head
Chris 2018-11-08 15:40:36 +01:00 zatwierdzone przez Matt Westcott
rodzic 428092df6d
commit 31c610316d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -25,10 +25,10 @@
{% breadcrumbs %}
{% endblock breadcrumbs %}
<content role="main">
<main role="main">
{% block content %}
{% endblock content %}
</content>
</main>
<hr>