Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 2:59 am (All times are UTC )

 


Forum rules

Forum Rules
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
Posted: Fri Nov 06, 2009 10:03 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Fri Nov 06, 2009 9:46 am
Posts: 1
I found a bug in the search_module.
When you update to 1.5.15, your page shows an error when checking with validator.w3.org.

The problem is the file: /modules/mod_search/tmpl/default.php
two ( " ) are missing

Original Code:
Code:
   <input type="hidden" name="Itemid" value=<?php echo $mitemid; ?> />


Changed Code:
Code:
   <input type="hidden" name="Itemid" value="<?php echo $mitemid; ?>" />


I changed it on http://www.xl-mallorca.com. It works!

You can see the bug live ( url www . joomla-aktuell . de ) on http://validator.w3.org/check?uri=http%3A%2F%2Fwww.joomla-aktuell.de%2F&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent=W3C_Validator%2F1.654

_________________
http://www.xl-mallorca.com


Top
  E-mail  
 
Posted: Fri Nov 06, 2009 1:08 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Aug 22, 2005 11:31 am
Posts: 216
Location: Italia
Hi donni,
thanks for the report, here is the related item in the bug tracker
http://joomlacode.org/gf/project/joomla ... m_id=18618

_________________
Member of the Italian Joomla Translation Team - Joomla.it
ContentMap plugin and module


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group