search function patch for valid xhtml 1.0 strict

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
foobarra

search function patch for valid xhtml 1.0 strict

Post by foobarra »

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
User avatar
Elijah Lofgren
Power Poster
Power Poster
Posts: 811
Joined: Mon Apr 24, 2006 1:01 am
Location: Deatsville, AL

Re: search function patch for valid xhtml 1.0 strict

Post by Elijah Lofgren »

foobarra wrote: 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  :)
Thanks.  :)

Patch applied: http://viewsvn.cmsmadesimple.org/viewsv ... 6&view=rev
Note: I don't have time to take on any more projects. I'm quite busy. I may be too busy to reply to emails or messages. Thanks for your understanding. :)
cyberman

Re: search function patch for valid xhtml 1.0 strict

Post by cyberman »

foobarra wrote: I have been working on porting andreas00 to CMSMS,
Would be nice, if you share this theme with community on

http://themes.cmsmadesimple.org/Share_a_Theme.html
Locked

Return to “Modules/Add-Ons”