Development

Changeset 6178

You must first sign up to be able to contribute.

Changeset 6178

Show
Ignore:
Timestamp:
11/27/07 15:04:23 (1 year ago)
Author:
Carl.Vondrick
Message:

fixed wrong html options in publicControls component (closes #2589)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfLucenePlugin/CHANGELOG

    r6096 r6178  
     1Trunk 
     2  * Fixed wrong html options in publicControls component (closes #2589). 
     3 
    14Version 0.1.1 Beta 
    25  * Fixed i18n category "All" value 
  • plugins/sfLucenePlugin/modules/sfLucene/templates/_publicControls.php

    r5058 r6178  
    1111<div id="search-public"> 
    1212  <?php echo form_tag('sfLucene/search', 'method=get') ?> 
    13     <?php echo input_tag('query', $query, array('id=query-public')) ?> 
     13    <?php echo input_tag('query', $query, array('id' => 'query-public')) ?> 
    1414    <?php echo submit_tag(__('Search'), array('name' => null)) ?> 
    1515  </form>