Skip to content

Instantly share code, notes, and snippets.

@hunk
Created August 9, 2009 01:03
Show Gist options
  • Save hunk/164570 to your computer and use it in GitHub Desktop.
Save hunk/164570 to your computer and use it in GitHub Desktop.
<?php
$tags_permitidos = array('b' => array(),
'i' => array(),
'a' => array('href' => array('minlen' => 3, 'maxlen' => 50),
'title' => array('valueless' => 'n')),
'p' => array('align' => 1,
'dummy' => array('valueless' => 'y')),
'font' => array('size' =>
array('minval' => 4, 'maxval' => 20)),
'br' => array());
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment