Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
document.write('<%=sgetpropertypage("upperbodywide")%>%=sgetpropertypage("upperbodywide")%> ');
and the sGetPropertyPage returns the Xhtml-property type of content out of the PageData object, e.g.return pd.Property["MainBody"].Value.ToString();
The effect of this is that you get an ivalid j-script statement. This was not the case in 4.4 but having upgraded to 4.61 IT IS the case leaving virtually empty pages on the site. The remedy I took wassMainBody.Replace("\r\n","")
Has anyone else have problems of this kind or similar? Am I missing something? Regards Christian