Revert "Update tag for id=content element to article instead of a simple div."

This reverts commit 0165f1b73c.
This commit is contained in:
Victor Fernandez de Alba 2014-08-11 14:11:18 +02:00
parent 0165f1b73c
commit 45f58edd06

View File

@ -14,7 +14,7 @@
<body> <body>
<article id="content" <div id="content"
tal:attributes="class view/settings" tal:attributes="class view/settings"
metal:fill-slot="prefs_configlet_content"> metal:fill-slot="prefs_configlet_content">
@ -99,6 +99,6 @@
</div> </div>
</div> </div>
</article> </div>
</body> </body>
</html> </html>