We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1634b9 commit 356bd7cCopy full SHA for 356bd7c
docs/classic-ui/portlets.md
@@ -152,7 +152,7 @@ The message is set when the portlet is added and can be edited in the portlet's
152
153
To register this portlet with Plone, you will need to create a `configure.zcml` file that tells Plone about the portlet.
154
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:
+Here is an example `configure.zcml` file that registers the `MyPortlet` class defined above:
156
157
```xml
158
<configure xmlns="http://namespaces.zope.org/zope"
0 commit comments