diff --git a/InputBox.classes.php b/InputBox.classes.php index e6277121..8fbb4cd1 100644 --- a/InputBox.classes.php +++ b/InputBox.classes.php @@ -388,7 +388,7 @@ class InputBox { ); $htmlOut .= Xml::openElement( 'input', array( - 'type' => 'text', + 'type' => $this->mHidden ? 'hidden' : 'text', 'name' => 'preloadtitle', 'class' => 'commentboxInput', 'value' => $this->mDefaultText,