Index: typo3/sysext/install/mod/class.tx_install.php =================================================================== --- typo3/sysext/install/mod/class.tx_install.php (revision 5563) +++ typo3/sysext/install/mod/class.tx_install.php (working copy) @@ -371,15 +371,15 @@ $this->silent=0; $content = '
-
- -
+
+ +

- '.$this->fw('The Install Tool Password is not the admin password of TYPO3.
+ ' . $this->fw('The Install Tool Password is not the admin password of TYPO3.
If you don\'t know the current password, you can set a new one by setting the value of $TYPO3_CONF_VARS[\'BE\'][\'installToolPassword\'] in typo3conf/localconf.php to the md5() hash value of the password you desire.'. - ($p ? '

The password you just tried has this md5-value:

'.md5($p) : '') - ).' + ($p ? '

The password you just tried has this md5-value:

' . md5($p) : '') + ) . '