Changeset 325

Show
Ignore:
Timestamp:
02/26/08 10:50:26 (2 months ago)
Author:
ingy
Message:
Escape html stuff in editor.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/core/Kwiki/lib/Kwiki/Edit.pm

    r87 r325  
    127127<input type="hidden" name="page_time" value="[% page_time %]" /> 
    128128<textarea name="page_content" rows="25" cols="80" onfocus="clear_default_content(this)"> 
    129 [%- page_content -%] 
     129[%- page_content | html -%] 
    130130</textarea> 
    131131</form>