Skip to content

Commit aa281be

Browse files
committed
Fix XML syntax highlighting
1 parent 175561a commit aa281be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Here you will find a `configure.zcml` containing the registration of the form.
4747
class=".my_form.MyForm"
4848
permission="cmf.ManagePortal"
4949
layer="p6.theme5.interfaces.IP6Theme5Layer"
50-
<!-- further ZCML and ZCML footer here -->
5150
/>
51+
<!-- further ZCML and ZCML footer go inside the `browser:page` node -->
5252
```
5353

5454
And a Python file with the code.

0 commit comments

Comments
 (0)