@@ -29,7 +29,7 @@ |
||
| 29 | 29 | $stringTrim = new FilterAdapterZf(new StringTrim()); |
| 30 | 30 | $stripTags = new FilterAdapterZf(new StripTags()); |
| 31 | 31 | $this->addFilter($stringTrim) |
| 32 | - ->addFilter($stripTags); |
|
| 32 | + ->addFilter($stripTags); |
|
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | /** |