Merge pull request #60 from NiharikaRay/fix_markup_widget

Fix Markup Widget bug
This commit is contained in:
Maxime Beauchemin 2015-11-10 12:26:33 -08:00
commit 9d65f8d866
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ class FormFactory(object):
'step-before', 'step-after']),
default='linear',
description="Line interpolation as defined by d3.js"),
'code': TextAreaField("Code", description="Put your code here"),
'code': TextAreaField("Code", description="Put your code here", default=''),
'size_from': TextField(
"Font Size From",
default="20",