From: Evan Prodromou Date: Wed, 9 Jul 2008 21:46:59 +0000 (-0400) Subject: missing comma in people search X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=798df04aa5adbb660e85667439abd4309fcf8bd2;p=quix0rs-gnu-social.git missing comma in people search darcs-hash:20080709214659-84dde-86ff362aa1b7e7fd7194e9d7dd33cff78c2f05c9.gz --- diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index 59c756d734..661f4fdf73 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 : ''));