Index: trunk/phase3/includes/HTMLForm.php |
— | — | @@ -742,11 +742,11 @@ |
743 | 743 | * Set the method used to submit the form |
744 | 744 | * @param $method String |
745 | 745 | */ |
746 | | - public function setMethod( $method='post' ){ |
| 746 | + public function setMethod( $method = 'post' ) { |
747 | 747 | $this->mMethod = $method; |
748 | 748 | } |
749 | 749 | |
750 | | - public function getMethod(){ |
| 750 | + public function getMethod() { |
751 | 751 | return $this->mMethod; |
752 | 752 | } |
753 | 753 | |