diem-project / diem

Diem CMF CMS for symfony 1.4
http://diem-project.org/
MIT License
184 stars 85 forks source link

dmWidget.js + SEO fixes #385

Closed yobrx closed 13 years ago

yobrx commented 13 years ago

Corrige dmWidget.js lors de l'appel d'un widget par programmation et donne un id unique au widget

strip_tags on the field of SEO. Previously, if the record has a description field editable CKEditor, it may contain a p tag, which will be present with self SEO in the meta description tag. Sometimes, this had the effect of to generate an error in a javascript table of the administration, in the section "Manage meta"

strip_tags sur les champs de SEO. Auparavant, si l'enregistrement possède un champ "description" éditable avec CkEditor, celui-ci peut contenir une balise p, qui sera présente grâce à l'auto SEO dans la balise meta description. Parfois, cela avait pour effet de générer une erreur dans une tableau javascript de l'administration, dans la rubrique "Gérer les métas"