Example #1
0
 static function tagged($tag, $str, $extra = '')
 {
     u::add_space($extra);
     return "<{$tag}" . "{$extra}>{$str}</{$tag}>";
 }