Updated paragraph doc doc-dc
authorDamien Correia
Mon, 04 Jun 2018 12:23:38 +0200
branchdoc-dc
changeset 76 ca63b1a69cbb
parent 75 5cf9c8a16aee
child 77 ae0e104800aa
Updated paragraph doc
src/source/howto-paragraph.rst
--- a/src/source/howto-paragraph.rst	Mon Jun 04 11:56:08 2018 +0200
+++ b/src/source/howto-paragraph.rst	Mon Jun 04 12:23:38 2018 +0200
@@ -173,6 +173,7 @@
 -----------
 
 - *HTML*
+
 .. code-block:: python
 
     @pagelet_config(name='properties.html', context=IContactParagraph, layer=IPyAMSLayer,
@@ -196,7 +197,7 @@
             if 'address' in self.widgets:
                 self.widgets['address'].widget_css_class = 'textarea'
 
- - *JSON*
+- *JSON*
 
 .. code-block:: python