Skip to content

Commit fa7b295

Browse files
committed
Fix CSS snippet
1 parent ba4f6e0 commit fa7b295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/upgrading/version-specific-migration/p4x-to-p5x-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ To have an icon for your control panel, you must make sure that a CSS rule exist
441441
An example might be the following.
442442

443443
```css
444-
icon-controlpanel-MyPackage:before { content: \e844; }
444+
.icon-controlpanel-MyPackage:before { content: '\e844'; }
445445
```
446446

447447
The value you use for this CSS rule should identify one of the fontello icons included in Plone, or a font-based icon provided by your package itself.

0 commit comments

Comments
 (0)