At 6:55 PM -0800 2005-01-20, Mark Sapiro wrote:
First is all text entered via the web admin interface is HTML escaped resulting in the <, etc.
To avoid this, set the text for member_moderation_notice using bin/config_list instead of using the web interface.
Blargh. The goal was to give us something that would be easily editable from the web interface. ;(
Okay, I can work around this.
The _() method both replaces this text with the appropriate language translation if the current language is not English and does the %()s substitutions.
Your member_moderation_notice text isn't being processed in this way.
Aha! Okay, I'll try wrapping that call in _() and see if that helps.
Thanks!
-- Brad Knowles, <[EMAIL PROTECTED]>
"Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety."
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755SAGE member since 1995. See <http://www.sage.org/> for more info. _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org
