diff --git a/templates/forms/CheckboxField.ss b/templates/forms/CheckboxField.ss index 9a99273fa..3d989c431 100644 --- a/templates/forms/CheckboxField.ss +++ b/templates/forms/CheckboxField.ss @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/templates/forms/CheckboxSetField.ss b/templates/forms/CheckboxSetField.ss index 6de74f359..b8962957a 100644 --- a/templates/forms/CheckboxSetField.ss +++ b/templates/forms/CheckboxSetField.ss @@ -2,7 +2,7 @@ <% if Options.Count %> <% loop Options %>
  • - checked="checked"<% end_if %><% if isDisabled %> disabled="disabled"<% end_if %>> + checked="checked"<% end_if %><% if isDisabled %> disabled="disabled"<% end_if %> />
  • <% end_loop %> diff --git a/templates/forms/FileField.ss b/templates/forms/FileField.ss index 1117adb91..13f4278e5 100644 --- a/templates/forms/FileField.ss +++ b/templates/forms/FileField.ss @@ -1,2 +1,2 @@ - - + + diff --git a/templates/forms/FormAction.ss b/templates/forms/FormAction.ss index eaa2fe53e..fb5cf21ee 100644 --- a/templates/forms/FormAction.ss +++ b/templates/forms/FormAction.ss @@ -3,5 +3,5 @@ <% if ButtonContent %>$ButtonContent<% else %>$Title<% end_if %> <% else %> - + <% end_if %> \ No newline at end of file diff --git a/templates/forms/FormField.ss b/templates/forms/FormField.ss index 2a6df417b..a29e2a33e 100644 --- a/templates/forms/FormField.ss +++ b/templates/forms/FormField.ss @@ -5,5 +5,5 @@ $Value <% else %> - + <% end_if %> diff --git a/templates/forms/OptionsetField.ss b/templates/forms/OptionsetField.ss index aff9ec636..d1a29d0cb 100644 --- a/templates/forms/OptionsetField.ss +++ b/templates/forms/OptionsetField.ss @@ -1,7 +1,7 @@