PATH:
home
/
letacommog
/
crmleta
/
libraries
/
htmlpurifier
/
library
/
HTMLPurifier
/
AttrDef
<?php /** * Validates arbitrary text according to the HTML spec. */ class HTMLPurifier_AttrDef_Text extends HTMLPurifier_AttrDef { public function validate($string, $config, $context) { return $this->parseCDATA($string); } } // vim: et sw=4 sts=4
[+]
..
[-] Text.php
[edit]
[+]
URI
[+]
CSS
[-] Lang.php
[edit]
[-] Enum.php
[edit]
[+]
HTML
[-] Switch.php
[edit]
[-] CSS.php
[edit]
[-] Integer.php
[edit]
[-] URI.php
[edit]