missing comma in people search

darcs-hash:20080709214659-84dde-86ff362aa1b7e7fd7194e9d7dd33cff78c2f05c9.gz
This commit is contained in:
Evan Prodromou 2008-07-09 17:46:59 -04:00
parent 2b80f84fe2
commit 798df04aa5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class PeoplesearchAction extends Action {
'action' => common_local_url('peoplesearch')));
common_element_start('p');
common_element('input', array('name' => 'q',
'id' => 'q'
'id' => 'q',
'type' => 'text',
'class' => 'input_text',
'value' => ($q) ? $q : ''));