Project

General

Profile

Feature #4435

Updated by Carsten Rose almost 7 years ago

Bei 'AS _striptags' koennte man die erlaubten Tags anhaengen mit ':'. Bsp: 

 <pre> 
 AS '_striptags:<a><br>' 
 </pre> 

 Fuer das Manual: 

 <pre> 
 This function does not modify any attributes on the tags that you allow using allowable_tags, including the style and onmouseover attributes that a mischievous user may abuse when posting text that will be shown to other users. 
 </pre>

Back