Index: trunk/extensions/InputBox/InputBox.classes.php |
— | — | @@ -388,7 +388,7 @@ |
389 | 389 | ); |
390 | 390 | $htmlOut .= Xml::openElement( 'input', |
391 | 391 | array( |
392 | | - 'type' => 'text', |
| 392 | + 'type' => $this->mHidden ? 'hidden' : 'text', |
393 | 393 | 'name' => 'preloadtitle', |
394 | 394 | 'class' => 'commentboxInput', |
395 | 395 | 'value' => $this->mDefaultText, |