Skip to content

Commit 356bd7c

Browse files
stevepiercyjensens
authored andcommitted
fix syntax for inline literals
1 parent d1634b9 commit 356bd7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/classic-ui/portlets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ The message is set when the portlet is added and can be edited in the portlet's
152152

153153
To register this portlet with Plone, you will need to create a `configure.zcml` file that tells Plone about the portlet.
154154
After a restart, you can add it to a Plone page using the "manage portlets" screen.
155-
Here is an example ``configure.zcml`` file that registers the MyPortlet class defined above:
155+
Here is an example `configure.zcml` file that registers the `MyPortlet` class defined above:
156156

157157
```xml
158158
<configure xmlns="http://namespaces.zope.org/zope"

0 commit comments

Comments
 (0)