Skip to content

Commit c9a5c1a

Browse files
authored
Merge pull request #14 from codesyntax/erral-change-id
Change id of the main content div
2 parents 26cf4f5 + 912bf2e commit c9a5c1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/9.bugfix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Change the id for the content wrapping div @erral

src/cs_dynamicpages/views/dynamic_view.pt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<body>
1414
<metal:main fill-slot="main">
15-
<main id="content">
15+
<main id="dynamic_pages_content">
1616

1717
<tal:condition-configuration condition="view/dynamic_page_folder_element">
1818
<div class="right-0 py-2 sticky-top d-flex justify-content-end me-2"

0 commit comments

Comments
 (0)