Changeset 2528

Show
Ignore:
Timestamp:
02/06/10 19:13:46 (6 weeks ago)
Author:
JensDiemer
Message:

don't replace lexicon words in script area.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/0.9/pylucid_project/pylucid_plugins/lexicon/preference_forms.py

    r2484 r2528  
    2020    skip_tags = forms.CharField( 
    2121        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", 
    2323        help_text=mark_safe( 
    2424            _('Don\'t replace a word if it exist in the given html tags.'