forked from GNUsocial/gnu-social
missing comma in people search
darcs-hash:20080709214659-84dde-86ff362aa1b7e7fd7194e9d7dd33cff78c2f05c9.gz
This commit is contained in:
parent
2b80f84fe2
commit
798df04aa5
@ -43,7 +43,7 @@ class PeoplesearchAction extends Action {
|
|||||||
'action' => common_local_url('peoplesearch')));
|
'action' => common_local_url('peoplesearch')));
|
||||||
common_element_start('p');
|
common_element_start('p');
|
||||||
common_element('input', array('name' => 'q',
|
common_element('input', array('name' => 'q',
|
||||||
'id' => 'q'
|
'id' => 'q',
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'class' => 'input_text',
|
'class' => 'input_text',
|
||||||
'value' => ($q) ? $q : ''));
|
'value' => ($q) ? $q : ''));
|
||||||
|
Loading…
Reference in New Issue
Block a user