Fix Markup Widget bug

This commit is contained in:
Niharika Ray 2015-11-10 12:22:51 -08:00
parent 3c5867cafb
commit 54e45babe7
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",