ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
Nofollow.php
Go to the documentation of this file.
1 <?php
2 
8 {
9 
13  public $name = 'Nofollow';
14 
18  public function setup($config)
19  {
20  $a = $this->addBlankElement('a');
21  $a->attr_transform_post[] = new HTMLPurifier_AttrTransform_Nofollow();
22  }
23 }
24 
25 // vim: et sw=4 sts=4