7 Jun
2005
7 Jun
'05
12:24 p.m.
Issue status update for http://drupal.org/node/24461 Project: Drupal Version: 4.6.0 Component: theme system Category: bug reports Priority: normal Assigned to: Anonymous Reported by: maca Updated by: maca Status: patch 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}" /> maca