Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1959)
+++ branches/2.8.x/CHANGELOG	(revision 1960)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+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)
 + ~dummy.git files to include empty directories in git-hub zipfiles
 14 Aug-2013 Build 1958 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 1959)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1960)
@@ -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', '1959');
+if(!defined('REVISION')) define('REVISION', '1960');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/form/modify_settings.php
===================================================================
--- branches/2.8.x/wb/modules/form/modify_settings.php	(revision 1959)
+++ branches/2.8.x/wb/modules/form/modify_settings.php	(revision 1960)
@@ -160,7 +160,7 @@
 	<tr>
 		<td class="frm-setting_name"><?php echo $TEXT['DISPLAY_NAME']; ?>:</td>
 		<td class="frm-setting_value">
-			<input type="text" name="email_fromname" id="email_fromname" style="width: 98%;  ?>;" maxlength="255" value="<?php  echo $setting['email_fromname'];  ?>" />
+			<input type="text" name="email_fromname" id="email_fromname" style="width: 98%;" maxlength="255" value="<?php  echo $setting['email_fromname'];  ?>" />
 		</td>
 	</tr>
 	<tr>
