Browse Source

Removing trailing whitespace

José Lorenzo Rodríguez 11 years ago
parent
commit
609f18fe3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FormHelper.php

+ 1 - 1
src/View/Helper/FormHelper.php

@@ -963,7 +963,7 @@ class FormHelper extends Helper {
 		if (!$this->templater()->get($inputContainerTemplate)) {
 			$inputContainerTemplate = 'inputContainer' . $options['errorSuffix'];
 		}
-		
+
 		return $this->templater()->format($inputContainerTemplate, [
 			'content' => $options['content'],
 			'error' => $options['error'],