Closed russellshome closed 10 years ago
HTML attributes should be xml escaped E.g. alt="$SiteConfig.Logo.Title.XML"
This does a couple of things. First, it escapes any quotes or invalid attribute characters, also it prevents the Front End Editor from applying the editor to it.
Template developers should to this anytime they are using variables in html attributes
Make that $SiteConfig.Logo.Title.ATT
Indeed @mikeyc7m you are right. ATT is the correct one to use for html attributes
E.g. alt="$SiteConfig.Logo.Title"