From db411726d7a9db003eaee7b91bcef304adeaa9fa Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Thu, 12 Jun 2008 09:32:32 +0000 Subject: [PATCH] BUGFIX SearchForm.ss now has a
element, this makes the template validate git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@56146 467b73ca-7a2a-4603-9d3b-597d59a354a9 --- templates/SearchForm.ss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/templates/SearchForm.ss b/templates/SearchForm.ss index 0cc98dea7..d07591739 100755 --- a/templates/SearchForm.ss +++ b/templates/SearchForm.ss @@ -1,8 +1,10 @@
-<% control Fields %> - $FieldHolder -<% end_control %> -<% control Actions %> - $Field -<% end_control %> +
+ <% control Fields %> + $FieldHolder + <% end_control %> + <% control Actions %> + $Field + <% end_control %> +
\ No newline at end of file