From 3bcf04bf5084e049a00855db549ee2a7c34ad9ac Mon Sep 17 00:00:00 2001 From: "godzilla80@gmx.net" <> Date: Sun, 8 Nov 2009 11:47:56 +0000 Subject: Correct code formating of last commit --- framework/Web/UI/WebControls/TTextBox.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'framework') diff --git a/framework/Web/UI/WebControls/TTextBox.php b/framework/Web/UI/WebControls/TTextBox.php index 6fec999f..8ab548a3 100644 --- a/framework/Web/UI/WebControls/TTextBox.php +++ b/framework/Web/UI/WebControls/TTextBox.php @@ -298,17 +298,17 @@ class TTextBox extends TWebControl implements IPostBackDataHandler, IValidatable $writer->write(THttpUtility::htmlEncode($this->getText())); } - /** - * Renders an additional line-break after the opening tag when it + /** + * Renders an additional line-break after the opening tag when it * is in MultiLine text mode. - * @param THtmlWriter the writer used for the rendering purpose^M - */ - public function renderBeginTag($writer) - { + * @param THtmlWriter the writer used for the rendering purpose^M + */ + public function renderBeginTag($writer) + { parent::renderBeginTag($writer); if($this->getTextMode()==='MultiLine') $writer->write("\n"); - } + } /** * @return TTextBoxAutoCompleteType the AutoComplete type of the textbox -- cgit v1.2.3