diff --git a/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cs b/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cs index e5fc8cc323..555ae89965 100644 --- a/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cs +++ b/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cs @@ -670,34 +670,31 @@ WriteAttributeValue("", 5155, frame.Line + 1, 5155, 17, false); #line 187 "ErrorPage.cshtml" foreach (var kv in Model.Cookies.OrderBy(kv => kv.Key)) { - foreach (var v in kv.Value) - { #line default #line hidden - WriteLiteral("
"); -#line 202 "ErrorPage.cshtml" +#line 199 "ErrorPage.cshtml" Write(Resources.ErrorPageHtml_NoCookieData); #line default #line hidden WriteLiteral("
\r\n"); -#line 203 "ErrorPage.cshtml" +#line 200 "ErrorPage.cshtml" } #line default #line hidden WriteLiteral(" \r\n| "); -#line 211 "ErrorPage.cshtml" +#line 208 "ErrorPage.cshtml" Write(Resources.ErrorPageHtml_VariableColumn); #line default #line hidden WriteLiteral(" | \r\n"); -#line 212 "ErrorPage.cshtml" +#line 209 "ErrorPage.cshtml" Write(Resources.ErrorPageHtml_ValueColumn); #line default #line hidden WriteLiteral(" | \r\n
|---|---|
| "); -#line 221 "ErrorPage.cshtml" +#line 218 "ErrorPage.cshtml" Write(kv.Key); #line default #line hidden WriteLiteral(" | \r\n"); -#line 222 "ErrorPage.cshtml" +#line 219 "ErrorPage.cshtml" Write(v); #line default #line hidden WriteLiteral(" | \r\n
"); -#line 231 "ErrorPage.cshtml" +#line 228 "ErrorPage.cshtml" Write(Resources.ErrorPageHtml_NoHeaderData); #line default #line hidden WriteLiteral("
\r\n"); -#line 232 "ErrorPage.cshtml" +#line 229 "ErrorPage.cshtml" } #line default diff --git a/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cshtml b/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cshtml index bec02dcc20..a43a95f806 100644 --- a/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cshtml +++ b/src/Microsoft.AspNet.Diagnostics/DeveloperExceptionPage/Views/ErrorPage.cshtml @@ -186,13 +186,10 @@ @foreach (var kv in Model.Cookies.OrderBy(kv => kv.Key)) { - foreach (var v in kv.Value) - { -