]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
missing comma in people search
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 21:46:59 +0000 (17:46 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 21:46:59 +0000 (17:46 -0400)
darcs-hash:20080709214659-84dde-86ff362aa1b7e7fd7194e9d7dd33cff78c2f05c9.gz

actions/peoplesearch.php

index 59c756d734591365cbb35f32eb26042209d6b321..661f4fdf73cd475f340cc4c9535db1892fba5b14 100644 (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 : ''));