From 4ee372f56115f1b5406fc170d6045ffc78191b85 Mon Sep 17 00:00:00 2001 From: JSCHILL1 Date: Thu, 16 Jul 2009 00:15:40 -0500 Subject: [PATCH] Add keep_editor_data to scra.py --- scra.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scra.py b/scra.py index 501f66b..91c5d69 100644 --- a/scra.py +++ b/scra.py @@ -82,7 +82,8 @@ class ScourOptions: style_to_xml = True group_collapse = True strip_ids = False - digits = 5 + digits = 5 + keep_editor_data = False # params are the form elements (if a checkbox is unchecked it will not be present) def fetch(req, indoc,**params):