Show
Ignore:
Timestamp:
06/11/07 15:52:01 (18 months ago)
Author:
aarkerio
Message:

Update monday

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r8 r15  
    99    public $helpers = array('Html', 'othAuth'); 
    1010     
    11     public $tags = array("font", "em", "strong", "italic", "img", "p", "br", "hr", "a", "i", "b", "object", "param", "embed", "ul", "li", "h1", "h2", "h3", "h4", "h5", "h6"); // tags authorized to inputfilter 
     11    // tags authorized to inputfilter 
     12    public $tags = array("font", "em", "strong", "div", "img", "p", "br", "hr", "a", "i", "b", "object", "param", "embed");  
    1213     
    13     public $attr = array("color", "width", "src", "class", "height", "alt", "title", "href", "value", "type", "name", "align"); // attributes authorized to inputfilter 
     14    // attributes authorized to inputfilter 
     15    public $attr = array("color", "width", "src", "height", "alt", "title", "href", "value", "type", "name", "align");  
    1416     
    1517    // these are the global restrictions, they are very important.