Reapplied on correct branch.

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

This reverts commit 45f58edd06.
This commit is contained in:
Victor Fernandez de Alba 2014-08-11 14:22:08 +02:00 committed by Ramon Navarro Bosch
parent 838f229726
commit 30c88842c0
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<body> <body>
<div id="content" <article 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>
</div> </article>
</body> </body>
</html> </html>