From 6cb766326fd3a59fa4b773d6d6a72963c9949315 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 17 Aug 2014 12:46:19 -0700 Subject: [PATCH] enable the "default" CSS choice for the narrated web report Otherwise, whenever you start the report, you get this: WARNING: _enumeratedlist.py: line 124: Value 'default' not found for option 'StyleSheet' --- src/plugins/webstuff/webstuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webstuff/webstuff.py b/src/plugins/webstuff/webstuff.py index 2f2e30f23..f6ad542f1 100644 --- a/src/plugins/webstuff/webstuff.py +++ b/src/plugins/webstuff/webstuff.py @@ -111,7 +111,7 @@ def load_on_reg(dbstate, uistate, plugin): path_css("narrative-maps.css"), None, [], [] ], # default style sheet in the options - ["default", 0, _("Basic-Ash"), + ["default", 1, _("Basic-Ash"), path_css('Web_Basic-Ash.css'), None, [], [] ], # default printer style sheet