Hi DW,
I have an issue with a custom modules containing a rich text editor. The value are set on the template in the module with:
template.SetTag("AbArticle2", Properties.Values["AbArticle2"].ToString());
And I am outputting the values in my template by:
@GetValue("AbArticle1")
But when outputting my qoutes are gone from the rich text area. E.g.
<a href="/Files/Filer/x.pdf" target="_blank">See x</a>
is outputted as:
<a href=/Files/Filer/x.pdf target=_blank>See x</a>
which causes problems in some browsers
Best regards, Anders