templates/preferences.tmpl
changeset 92 74f6a0b01ddf
parent 84 3c78c9c080e9
child 113 9fc0eb751b6a
--- a/templates/preferences.tmpl	Wed Feb 11 01:00:18 2009 +0200
+++ b/templates/preferences.tmpl	Wed Feb 11 01:21:22 2009 +0200
@@ -34,7 +34,7 @@
         <p>
             <label for="formatter">Formatter:</label>
             <select name="formatter">
-                ${h.select_options(((fmt_name, fmt.title) for fmt_name, fmt in preferences.formatter.formatters.iteritems()), prefs['formatter'])}
+                ${h.select_options(((fmt_name, fmt.title) for fmt_name, fmt in preferences.formatter.formatters.iteritems()), prefs['formatter'].name)}
             </select>
         </p>