Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1960)
+++ branches/2.8.x/CHANGELOG	(revision 1961)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+05 Sep-2013 Build 1961 M.v.d.Decken(DarkViper)
+# /admin/settings/save now also allows empty entries for 'website_title','website_description' and 'website_keywords'
 22 Aug-2013 Build 1960 M.v.d.Decken(DarkViper)
 # typofix/structurfix in /modules/form/modify_settings.php
 16 Aug-2013 Build 1959 M.v.d.Decken(DarkViper)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1960)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1961)
@@ -51,5 +51,5 @@
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
 if(!defined('VERSION')) define('VERSION', '2.8.3');
-if(!defined('REVISION')) define('REVISION', '1960');
+if(!defined('REVISION')) define('REVISION', '1961');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/admin/settings/save.php
===================================================================
--- branches/2.8.x/wb/admin/settings/save.php	(revision 1960)
+++ branches/2.8.x/wb/admin/settings/save.php	(revision 1961)
@@ -176,6 +176,9 @@
     'wbmail_signature'
     );
 $allow_empty_values = array(
+    'website_title',
+    'website_description',
+    'website_keywords',
     'website_header',
     'website_footer',
     'wbmail_signature',
