View Issue Details

IDProjectCategoryView StatusLast Update
0003430OXID eShop (all versions)4.07. Source code, Testpublic2012-12-10 13:44
Reporterspurvis 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Version 
Target VersionFixed in Version4.6.1 revision 45706 
Summary0003430: Apostrophes should not be stripped from meta description
DescriptionApostrophes are stripped from meta description. In English, and even more so in French, apostrophes are used throughout normal sentences. They should not be 'cleaned' out. Currently they are stripped out via oxstrregular::cleanStr or cleanStr::cleanStr. This can result in some unprofessional looking Google results when your website shows up as the only one with its description missing commas everywhere. For example, "We're California's premier source for..." becomes "We re California s premier source for...".
TagsNo tags attached.
ThemeBoth
BrowserAll
PHP Versionany
Database Versionany

Activities

spurvis

2012-03-15 16:59

reporter   ~0006007

Description should read "oxstrregular::cleanStr or oxstrmb::cleanStr"

saulius.stasiukaitis

2012-04-30 14:47

reporter   ~0006486

Do not clean special chars " ' : ? ! instead encode meta description with htmlspecialchars.