From 04b4489a340c202a54e5b7391408158eab505d73 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Sun, 17 Aug 2014 12:48:14 -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' --- gramps/plugins/webstuff/webstuff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webstuff/webstuff.py b/gramps/plugins/webstuff/webstuff.py index 4d1f01c9e..193948ac0 100644 --- a/gramps/plugins/webstuff/webstuff.py +++ b/gramps/plugins/webstuff/webstuff.py @@ -110,7 +110,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