Changeset 2528
- Timestamp:
- 02/06/10 19:13:46 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/pylucid_plugins/lexicon/preference_forms.py
r2484 r2528 20 20 skip_tags = forms.CharField( 21 21 required=False, 22 initial="a input h1 h2 h3 h4 h5 h6 textarea fieldset ",22 initial="a input h1 h2 h3 h4 h5 h6 textarea fieldset script", 23 23 help_text=mark_safe( 24 24 _('Don\'t replace a word if it exist in the given html tags.'