search function patch for valid xhtml 1.0 strict
Posted: Sat Jun 17, 2006 4:09 am
I have been working on porting andreas00 to CMSMS, and the only bit of code that would not validate xhtml 1.0 strict was the stock search function in 0.13. Placing the input lines in div tags solves it 
===========================================================
--- plugins/function.search.php~ 2005-12-09 11:46:31.000000000 -0600
+++ plugins/function.search.php 2006-06-16 22:56:45.000000000 -0500
@@ -25,11 +25,13 @@
$buttonText = $params['buttonText'];
return '
+
+
';
}
==========================================================
Kind Regards,
Michael

===========================================================
--- plugins/function.search.php~ 2005-12-09 11:46:31.000000000 -0600
+++ plugins/function.search.php 2006-06-16 22:56:45.000000000 -0500
@@ -25,11 +25,13 @@
$buttonText = $params['buttonText'];
return '
+
+
';
}
==========================================================
Kind Regards,
Michael