changeset 481:c8fa50ea894b

Fix another typo in translation filter.
author cmlenz
date Sun, 20 May 2007 16:23:32 +0000
parents 9c83be4a0e4a
children dabb9e1e2ba1
files genshi/filters/i18n.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/genshi/filters/i18n.py
+++ b/genshi/filters/i18n.py
@@ -140,7 +140,7 @@
                                 search_text=name in include_attrs)
                             )
                         if newval != value:
-                            value = new_val
+                            value = newval
                             changed = True
                     new_attrs.append((name, value))
                 if changed:
Copyright (C) 2012-2017 Edgewall Software