Reporter | Tatyana Lunegova (lunega) |
---|---|
Created | Jan 19, 2012 4:10:46 PM |
Updated | Jan 26, 2012 6:54:32 PM |
Priority | Show-stopper |
Type | Bug |
Fix versions | Next, Next Dev11, Next Major |
State | Submitted |
Assignee | Dmitry Osinovsky (Dmitry.Osinovsky) |
Subsystem | No subsystem |
Affected versions | No Affected versions |
Fixed in build | No Fixed in build |
"type this in an mvc view:
It does not work in a .cs file. Now delete /**/ and type two " marks. You will end up with:
style = """
which is a bug."
<%= Html.SubmitButton("SubmitQuestion", "Frage stellen", new { style = /**/, x = "" })%>
It does not work in a .cs file. Now delete /**/ and type two " marks. You will end up with:
style = """
which is a bug."