diff --git a/src/plugins/NarrativeWeb.py b/src/plugins/NarrativeWeb.py index 3d3f5b7d1..0d8d8f47b 100644 --- a/src/plugins/NarrativeWeb.py +++ b/src/plugins/NarrativeWeb.py @@ -310,10 +310,6 @@ class BasePage: text = _CC[copy_nr] % {'gif_fname' : fname} of.write('\t\n' % text) - of.write('\t

') - of.write('

\n') - of.write('\t\t
\n') of.write('\n') @@ -3043,7 +3039,7 @@ class NavWebOptions(MenuReportOptions): def add_menu_options(self, menu): """ - Add options to the menu for the web calendar. + Add options to the menu for the web site. """ self.__add_report_options(menu) self.__add_page_generation_options(menu) @@ -3077,7 +3073,7 @@ class NavWebOptions(MenuReportOptions): self.__filter = FilterOption(_("Filter"), 0) self.__filter.set_help( - _("Select filter to restrict people that appear on calendar")) + _("Select filter to restrict people that appear on web site")) menu.add_option(category_name, "filter", self.__filter) self.__filter.connect('value-changed', self.__filter_changed) diff --git a/src/plugins/WebCal.py b/src/plugins/WebCal.py index 972df998e..ecc514a30 100644 --- a/src/plugins/WebCal.py +++ b/src/plugins/WebCal.py @@ -813,11 +813,6 @@ class WebCalReport(Report): text = "© %s %s" % (self.today.year, self.author) of.write('\t\n' % text) - of.write('\t

') - of.write('') - of.write('

\n') - of.write('\n') of.write('\n') of.write('\n')