Removed mixed tabs and spaces.

This commit is contained in:
Sipke Schoorstra
2015-07-16 23:06:09 +01:00
parent 24b0f894ce
commit a5336354cc

View File

@@ -30,7 +30,7 @@
if (!Model.DatabaseIsPreconfigured) {
<fieldset class="data">
<legend>@T("How would you like to store your data?")</legend>
@Html.ValidationMessage("DatabaseOptions", "Unable to setup data storage")
@Html.ValidationMessage("DatabaseOptions", "Unable to setup data storage.")
<div>
@Html.RadioButtonFor(svm => svm.DatabaseProvider, Orchard.Setup.Controllers.SetupDatabaseType.Builtin.ToString(), new { id = "builtin" })
<label for="builtin" class="forcheckbox">@T("Use built-in data storage (SQL Server Compact)")</label>
@@ -72,7 +72,7 @@ if (!Model.DatabaseIsPreconfigured) {
}
<fieldset>
<legend>@T("Choose an Orchard Recipe")</legend>
<div>@T("Orchard Recipes allow you to setup your site with additional pre-configured options, features and settings out of the box")</div>
<div>@T("Orchard Recipes allow you to setup your site with additional pre-configured options, features and settings out of the box.")</div>
<div>
<select id="@Html.FieldIdFor(m => m.Recipe)" name="@Html.FieldNameFor(m => m.Recipe)" class="recipe">
@foreach(var recipe in Model.Recipes) {