Skip to content

Commit

Permalink
Merge pull request #84 from szakitibi/patch-1
Browse files Browse the repository at this point in the history
Remove duplicate "content" id
  • Loading branch information
davisagli authored May 23, 2024
2 parents f4fd4b4 + fd5b530 commit 1189b15
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions news/84.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Removes duplicate `<article id="content">`
[@szakitibi]
11 changes: 5 additions & 6 deletions plone/app/registry/browser/templates/records.pt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@
</metal:block>

<body>
<article id="content"
metal:fill-slot="prefs_configlet_main"
tal:define="
records view/records;
"
<metal:main metal:fill-slot="prefs_configlet_main"
tal:define="
records view/records;
"
>

<header>
Expand Down Expand Up @@ -251,6 +250,6 @@
</div>
</div>
</div>
</article>
</metal:main>
</body>
</html>

0 comments on commit 1189b15

Please sign in to comment.