pages/index.xnode in utopia-project-0.5.1 vs pages/index.xnode in utopia-project-0.6.0
- old
+ new
@@ -17,15 +17,15 @@
end
else
?><content:heading>Project</content:heading><?r
end
- ?>#{MarkupString.raw document.to_html}<?r
+ ?><main>#{MarkupString.raw document.to_html}</main><?r
else
?>
<content:heading>Project</content:heading>
- <p>This project does not have a README.md file.</p>
+ <main><p>This project does not have a README.md file.</p></main>
<?r
end
?>
</content:page>
\ No newline at end of file