Remove superfluous whitespace.
This commit is contained in:
parent
7e5b4b6e9f
commit
1b69be23c4
|
@ -4,7 +4,7 @@
|
|||
* Copyright (C) 2011, StatusNet, Inc.
|
||||
*
|
||||
* Form for searching a StatusNet site
|
||||
*
|
||||
*
|
||||
* PHP version 5
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
|
@ -44,7 +44,6 @@ if (!defined('STATUSNET')) {
|
|||
* @license http://www.fsf.org/licensing/licenses/agpl-3.0.html AGPL 3.0
|
||||
* @link http://status.net/
|
||||
*/
|
||||
|
||||
class SearchForm extends Form
|
||||
{
|
||||
/**
|
||||
|
@ -55,7 +54,6 @@ class SearchForm extends Form
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
function formData()
|
||||
{
|
||||
$this->out->element('input', array('name' => 'q',
|
||||
|
@ -71,7 +69,6 @@ class SearchForm extends Form
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
|
||||
function formActions()
|
||||
{
|
||||
$this->out->element('input', array('type' => 'submit',
|
||||
|
@ -86,7 +83,6 @@ class SearchForm extends Form
|
|||
*
|
||||
* @return int ID of the form
|
||||
*/
|
||||
|
||||
function id()
|
||||
{
|
||||
return 'header-search';
|
||||
|
@ -100,7 +96,6 @@ class SearchForm extends Form
|
|||
*
|
||||
* @return string URL to post to
|
||||
*/
|
||||
|
||||
function action()
|
||||
{
|
||||
return common_local_url('noticesearch');
|
||||
|
|
Loading…
Reference in New Issue
Block a user