diff --git a/include/class_html_input.php b/include/class_html_input.php
index 80f916e13..96c720601 100755
--- a/include/class_html_input.php
+++ b/include/class_html_input.php
@@ -725,7 +725,7 @@ class HtmlInput
static function show_reconcile($p_div, $let)
{
- $r = '' . $let . '';
+ $r = '' . $let . '';
return $r;
}