I'm using MetaTags extension and I like it.
There is part of my config.yaml:
- Code: Select all
description:
- metadescription
- description
- teaser:
params: [ 200 ]
filters: [ strip_tags, trim ]
- excerpt:
params: [ 200 ]
filters: [ strip_tags, trim ]
Description is trimming well, but I want to trim the whole sentense, until the dot. Now I get something like that: "There is example of decsription and some strange symbols at the end of de�…". And I want to remove that strange symbols at the end of description.
How can I do that? Anyone noticed this?