Commit 98b68a90 authored by Nicolas Delaby's avatar Nicolas Delaby

Remove extra spaces

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33907 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 440f7cd0
......@@ -495,7 +495,7 @@ class TextAreaWidget(Widget):
"""
property_names = Widget.property_names +\
['width', 'height', 'extra']
default = fields.TextAreaField('default',
title='Default',
description=(
......@@ -503,7 +503,7 @@ class TextAreaWidget(Widget):
default="",
width=20, height=3,
required=0)
width = fields.IntegerField('width',
title='Width',
description=(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment