http://bugzilla.novell.com/show_bug.cgi?id=535952
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=535952#c2 --- Comment #2 from daniel jenen <[email protected]> 2009-09-02 03:01:23 MDT --- The problem comes from <% tags which is closed on the same line %>. It arises when javascript code is merged with .NET but not all places.. In the header <script type="text/javascript"> .. <%if(user.HasPerm(User.PERMS.Inter) || user.HasPerm(User.PERMS.Mail) || user.HasPerm(User.PERMS.Web)) {%> .. If the %> after { is put on new line it works. It fails as well on <%if(true) {}%> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
