Closed (fixed)
Project:
Drupal core
Component:
theme system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Jun 2005 at 10:24 UTC
Updated:
8 Jun 2005 at 06:30 UTC
Hi drupies,
there is a small bug in %subj%. File xtemplate.xtmpl contain:
<input class="form-text" type="text" size="15" value="" name="keys" alt="{search_description}" />
If you search from this box you receive no results. This is my patch:
<input class="form-text" type="text" size="15" value="" name="edit[keys]" alt="{search_description}" />
Comments
Comment #1
Thox commentedThis is already fixed in CVS HEAD.
Comment #2
chx commentedThen set it to fixed.
Comment #3
maca commentedI am stupid & blind. There is no bug. I used theme files from my previous Drupal 4.5.0 installation. Sorry for waste your time.