Removed extraneous curly brace.

This commit is contained in:
Sipke Schoorstra
2015-07-19 22:45:20 +01:00
parent 21629dd6c2
commit 833d297499

View File

@@ -19,7 +19,6 @@
}
@Html.SelectOption(Model.Recipe, recipe.Name, recipe.Name, optionAttributes)
}
}
}
<h1>@Html.TitleForPage(T("Get Started").ToString())</h1>