diff --git a/install/updates/preconfig/0.9/preconfig_0.9.inc.php b/install/updates/preconfig/0.9/preconfig_0.9.inc.php
index 28a9b93e..ad2acc83 100644
--- a/install/updates/preconfig/0.9/preconfig_0.9.inc.php
+++ b/install/updates/preconfig/0.9/preconfig_0.9.inc.php
@@ -51,7 +51,7 @@ function parseAndOutputPreconfig(&$has_preconfig, &$return, $current_version)
if(versionInUpdate($current_version, '0.9.6-svn3'))
{
$has_preconfig = true;
- $return .= 'You now have the possibility to define default error-documents for your webserver which replace the default webserver output.
';
+ $return .= 'You now have the possibility to define default error-documents for your webserver which replace the default webserver output.
';
$return .= 'Do you want to enable default error-documents?: ';
$return .= makeyesno('update_deferr_enable', '1', '0', '9').'
';
if($settings['system']['webserver'] == 'apache2')