diff --git a/domdiv/__init__.py b/domdiv/__init__.py index 5a4b9b0..4656500 100644 --- a/domdiv/__init__.py +++ b/domdiv/__init__.py @@ -339,7 +339,7 @@ def calculate_layout(options): if options.tab_side == "full" and options.tab_name_align == "edge": # This case does not make sense since there are two tab edges in this case. So picking left edge. print >>sys.stderr, "** Warning: Aligning card name as 'left' for 'full' tabs **" - options.tab_name_align == "left" + options.tab_name_align = "left" fixedMargins = False if options.tabs_only: