News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

[FIXED] Bugs in shop.search.php

Started by doorknob, July 13, 2008, 20:40:50 PM

Previous topic - Next topic

doorknob

A couple of issues that cause xhtml compliance issues:
Line 86 is not properly terminated
            <input type="submit" class="button" name="search" value="<?php echo $VM_LANG->_('PHPSHOP_SEARCH_TITLE'?>">

should be
            <input type="submit" class="button" name="search" value="<?php echo $VM_LANG->_('PHPSHOP_SEARCH_TITLE'?>" />


and on line 104 the script tag has no type
      <script>

should be
      <script type="text/javascript">

regards
Phil

gregdev

Thanks. Fixed in SVN rev. 1470.

Greg

[tr][td]
[/td][td]
www.plainlycode.com[/td][/tr]
[/table]