@@ -9,6 +9,9 @@ discard block  | 
                                                    ||
| 9 | 9 | See htmLawed_README.txt/htm  | 
                                                        
| 10 | 10 | */  | 
                                                        
| 11 | 11 | |
| 12 | +/**  | 
                                                        |
| 13 | + * @param string $t  | 
                                                        |
| 14 | + */  | 
                                                        |
| 12 | 15 |  function htmLawed($t, $C = 1, $S = array()) { | 
                                                        
| 13 | 16 | $C = is_array($C) ? $C : array();  | 
                                                        
| 14 | 17 |      if (!empty($C['valid_xhtml'])) { | 
                                                        
@@ -974,6 +977,10 @@ discard block  | 
                                                    ||
| 974 | 977 | }  | 
                                                        
| 975 | 978 | }  | 
                                                        
| 976 | 979 | |
| 980 | +/**  | 
                                                        |
| 981 | + * @param string $e  | 
                                                        |
| 982 | + * @param string $a  | 
                                                        |
| 983 | + */  | 
                                                        |
| 977 | 984 |  function hl_tag2(&$e, &$a, $t = 1) { | 
                                                        
| 978 | 985 | // transform tag  | 
                                                        
| 979 | 986 |      if ('big' == $e) { |