Fixed the syntax error in the ASP port of NerdDinner
--HG-- extra : convert_revision : svn%3Aa83551a4-30f6-4d81-a974-c6ced450ddbf%4041199
This commit is contained in:
parent
8ff5779a6b
commit
9510948b61
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
<% Html.RenderPartial("header") %>
|
<% Html.RenderPartial("header") %>
|
||||||
|
|
||||||
<div id="main">
|
<div id="main">
|
||||||
<% Html.RenderPartial("DinnerForm"); %>
|
<% Html.RenderPartial("DinnerForm") %>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="mapDiv">
|
<div id="mapDiv">
|
||||||
<% Html.RenderPartial("Map", Model.Dinner); %>
|
<% Html.RenderPartial("Map", Model.Dinner) %>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue