Resolved bugs
Release date: | Monday, February 15, 2010 |
---|---|
C1 Version: | Composite C1 1.2 SP4 (1.2.3698.30865)... |
Description | SCRIPT tag content is missing in frontend in certain conditions. This happans when Script tag is returned by a C# function |
Known work around: | Use namespace xmlns="http://www.w3.org/1999/xhtml" in wrapping tag: For example string html = @"<div id=""test"" xmlns=""'>http://www.w3.org/1999/xhtml""> <script language=""javascript"" type=""text/javascript"">alert('test');</script></div>"; |