mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Make content wrapper have main role
This commit is contained in:
parent
3482724679
commit
671a2c9767
1 changed files with 4 additions and 1 deletions
|
@ -56,7 +56,10 @@ block content
|
||||||
href
|
href
|
||||||
ng-click="showAll();"
|
ng-click="showAll();"
|
||||||
) Show all
|
) Show all
|
||||||
.content.content-alt.project-list-page(ng-controller="ProjectPageController")
|
main.content.content-alt.project-list-page(
|
||||||
|
ng-controller="ProjectPageController"
|
||||||
|
role="main"
|
||||||
|
)
|
||||||
- if(typeof(suppressSystemMessages) == "undefined")
|
- if(typeof(suppressSystemMessages) == "undefined")
|
||||||
.system-messages(
|
.system-messages(
|
||||||
ng-cloak
|
ng-cloak
|
||||||
|
|
Loading…
Reference in a new issue