@@ -148,6 +148,7 @@ |
||
148 | 148 | * - remove double-whitespaces and whitespaces at line beginnings and ends. |
149 | 149 | * - html-special chars to their original representation (php => htmlspecialchars_decode) |
150 | 150 | * and then remove all html-tags (php => strip_tags) |
151 | + * @param string $html |
|
151 | 152 | */ |
152 | 153 | public function stripAndConvertTags($html){ |
153 | 154 |