From 55a98c40ce4b74036488324c1522ea2e711227f6 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Mon, 27 Jul 2009 18:47:00 +0000 Subject: [PATCH] Fixed a typo letter>ltr. svn: r12838 --- src/plugins/webreport/NarrativeWeb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/webreport/NarrativeWeb.py b/src/plugins/webreport/NarrativeWeb.py index 3279b2be7..a5e59fce2 100644 --- a/src/plugins/webreport/NarrativeWeb.py +++ b/src/plugins/webreport/NarrativeWeb.py @@ -5036,7 +5036,7 @@ def alphabet_navigation(db, handle_list, key): while (cols <= 35 and index < num_ltrs): ltr = sorted_alpha_index[index] title_str = _('Surnames') if key == 0 else _('Places') - if lang_country == "sv_SE" and letter == u'V': + if lang_country == "sv_SE" and ltr == u'V': title_str += _(' starting with %s') % "V,W" unordered += (Html('li', class_='letters', inline=True) + Html('a', "V,W", href="#V,W", title=title_str)