Skip to content

Commit ecfbdf2

Browse files
committed
1 parent a6ce9ab commit ecfbdf2

7 files changed

+4
-15
lines changed

test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</div>
2424
<div>
2525
<label class="order" for="HtmlEncode[[SubstituteProducts]]">HtmlEncode[[SubstituteProducts]]</label>
26-
2726
<select id="HtmlEncode[[SubstituteProducts]]" multiple="HtmlEncode[[multiple]]" name="HtmlEncode[[SubstituteProducts]]"><option value="HtmlEncode[[0]]">HtmlEncode[[Product_0]]</option>
2827
<option value="HtmlEncode[[1]]">HtmlEncode[[Product_1]]</option>
2928
<option selected="HtmlEncode[[selected]]" value="HtmlEncode[[2]]">HtmlEncode[[Product_2]]</option>

test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.Order.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
</div>
2424
<div>
2525
<label class="order" for="SubstituteProducts">SubstituteProducts</label>
26-
2726
<select id="SubstituteProducts" multiple="multiple" name="SubstituteProducts"><option value="0">Product_0</option>
2827
<option value="1">Product_1</option>
2928
<option selected="selected" value="2">Product_2</option>

test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title></title>
55
</head>
66
<body>
7-
<form action="HtmlEncode[[/HtmlGeneration_Order/Submit]]" method="HtmlEncode[[post]]">
7+
<form action="HtmlEncode[[/HtmlGeneration_Order/Submit]]" method="HtmlEncode[[post]]">
88
<div>
99
<label class="HtmlEncode[[order]]" for="HtmlEncode[[Shipping]]">HtmlEncode[[Shipping]]</label>
1010
<input id="HtmlEncode[[Shipping]]" name="HtmlEncode[[Shipping]]" size="HtmlEncode[[50]]" type="HtmlEncode[[text]]" value="HtmlEncode[[Your shipping method is UPSP]]" />
@@ -23,7 +23,6 @@
2323
</div>
2424
<div>
2525
<label class="HtmlEncode[[order]]" for="HtmlEncode[[SubstituteProducts]]">HtmlEncode[[SubstituteProducts]]</label>
26-
2726
<select id="HtmlEncode[[SubstituteProducts]]" multiple="HtmlEncode[[multiple]]" name="HtmlEncode[[SubstituteProducts]]"><option value="HtmlEncode[[0]]">HtmlEncode[[Product_0]]</option>
2827
<option value="HtmlEncode[[1]]">HtmlEncode[[Product_1]]</option>
2928
<option selected="HtmlEncode[[selected]]" value="HtmlEncode[[2]]">HtmlEncode[[Product_2]]</option>
@@ -76,6 +75,5 @@
7675
</ul></div>
7776
<input id="HtmlEncode[[Customer_Key]]" name="HtmlEncode[[Customer.Key]]" type="HtmlEncode[[hidden]]" value="HtmlEncode[[KeyA]]" />
7877
<input type="submit"/>
79-
<input name="HtmlEncode[[__RequestVerificationToken]]" type="HtmlEncode[[hidden]]" value="{0}" /></form>
80-
</body>
78+
<input name="HtmlEncode[[__RequestVerificationToken]]" type="HtmlEncode[[hidden]]" value="{0}" /></form></body>
8179
</html>

test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title></title>
55
</head>
66
<body>
7-
<form action="/HtmlGeneration_Order/Submit" method="post">
7+
<form action="/HtmlGeneration_Order/Submit" method="post">
88
<div>
99
<label class="order" for="Shipping">Shipping</label>
1010
<input id="Shipping" name="Shipping" size="50" type="text" value="Your shipping method is UPSP" />
@@ -23,7 +23,6 @@
2323
</div>
2424
<div>
2525
<label class="order" for="SubstituteProducts">SubstituteProducts</label>
26-
2726
<select id="SubstituteProducts" multiple="multiple" name="SubstituteProducts"><option value="0">Product_0</option>
2827
<option value="1">Product_1</option>
2928
<option selected="selected" value="2">Product_2</option>
@@ -76,6 +75,5 @@
7675
</ul></div>
7776
<input id="Customer_Key" name="Customer.Key" type="hidden" value="KeyA" />
7877
<input type="submit"/>
79-
<input name="__RequestVerificationToken" type="hidden" value="{0}" /></form>
80-
</body>
78+
<input name="__RequestVerificationToken" type="hidden" value="{0}" /></form></body>
8179
</html>

test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ModelBindingWebSite.Vehicle.Details.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ <h3>Vehicle details</h3>
1111
<div class="display-label">LastUpdatedTrackingId</div>
1212
<div class="display-field"></div>
1313

14-
1514
<div class="display-label">
1615
InspectedDates
1716
</div>

test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ValidationWebSite.Aria.RemoteAttribute_Home.Create.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ <h4>Person</h4>
8686

8787
<script src="/lib/jquery/jquery.js"></script>
8888

89-
90-
9189
<script src="/lib/jquery-validation/jquery.validate.js"></script>
9290
<script src="/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script>
9391

test/Microsoft.AspNet.Mvc.FunctionalTests/compiler/resources/ValidationWebSite.Root.RemoteAttribute_Home.Create.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ <h4>Person</h4>
8686

8787
<script src="/lib/jquery/jquery.js"></script>
8888

89-
90-
9189
<script src="/lib/jquery-validation/jquery.validate.js"></script>
9290
<script src="/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script>
9391

0 commit comments

Comments
 (0)