summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r--actions/peoplesearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index 59c756d73..661f4fdf7 100644
--- a/actions/peoplesearch.php
+++ b/actions/peoplesearch.php
@@ -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 : ''));