src/pyams_content/component/paragraph/html.py
changeset 538 0bd011d47c0b
parent 525 72e35444c6b2
child 555 8e8a14452567
--- a/src/pyams_content/component/paragraph/html.py	Wed Apr 25 17:03:56 2018 +0200
+++ b/src/pyams_content/component/paragraph/html.py	Wed Apr 25 17:32:29 2018 +0200
@@ -102,7 +102,7 @@
 class HTMLParagraph(BaseParagraph):
     """HTML paragraph"""
 
-    icon_class = 'fa-html5'
+    icon_class = 'fa-font'
     icon_hint = _("Rich text")
 
     body = FieldProperty(IHTMLParagraph['body'])