We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e1b05 commit af6f33aCopy full SHA for af6f33a
quintagroup/seoptimizer/browser/viewlets.py
@@ -104,7 +104,7 @@ def listMetaTags(self):
104
result['keywords'] = escape(value)
105
106
if accessor not in ('Description', 'Subject'):
107
- result[key] = escape(value)
+ result[key] = escape(src(value))
108
109
if use_all:
110
created = self.context.CreationDate()
0 commit comments