@@ -616,6 +616,10 @@ |
||
616 | 616 | // eof |
617 | 617 | } |
618 | 618 | |
619 | +/** |
|
620 | + * @param string $e |
|
621 | + * @param string $a |
|
622 | + */ |
|
619 | 623 | function hl_tag2(&$e, &$a, $t=1){ |
620 | 624 | // transform tag |
621 | 625 | if($e == 'center'){$e = 'div'; return 'text-align: center;';} |