From: Niklas Laxström Date: Thu, 1 Mar 2012 10:54:18 +0000 (+0000) Subject: Whitespace cleanup X-Git-Tag: 1.31.0-rc.0~24450 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22articles_versions%22%2C%22id_article=%24id_article%22%29%20.%20%22?a=commitdiff_plain;h=9a23672385cabe07c99bdab6870f89d843985013;p=lhc%2Fweb%2Fwiklou.git Whitespace cleanup --- diff --git a/includes/HTMLForm.php b/includes/HTMLForm.php index e9f04c14cb..4065539b82 100644 --- a/includes/HTMLForm.php +++ b/includes/HTMLForm.php @@ -742,11 +742,11 @@ class HTMLForm extends ContextSource { * Set the method used to submit the form * @param $method String */ - public function setMethod( $method='post' ){ + public function setMethod( $method = 'post' ) { $this->mMethod = $method; } - public function getMethod(){ + public function getMethod() { return $this->mMethod; }