Development

#2589 (wrong html options in publicControls component)

You must first sign up to be able to contribute.

Ticket #2589 (closed defect: fixed)

Opened 10 months ago

Last modified 10 months ago

wrong html options in publicControls component

Reported by: Gerald.Estadieu Assigned to: Carl.Vondrick
Priority: minor Milestone:
Component: sfLucenePlugin Version: 1.0.0
Keywords: Cc:
Qualification: Unreviewed

Description

very simple bug in sfLucenePlugin/modules/sfLucene/templates/_publicControls.php :

echo input_tag('query', $query, array('id=query-public'))

it should be : echo input_tag('query', $query, array('id'=>'query-public'))

Change History

11/27/07 15:04:24 changed by Carl.Vondrick

  • status changed from new to closed.
  • resolution set to fixed.

(In [6178]) fixed wrong html options in publicControls component (closes #2589)