Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1943)
+++ branches/2.8.x/CHANGELOG	(revision 1944)
@@ -11,6 +11,8 @@
 ! = Update/Change
 ===============================================================================
 
+31 Jul-2013 Build 1944 M.v.d.Decken(DarkViper)
+# /modules/MultiLingual/tpl/lang.html-twig little typofix in template
 31 Jul-2013 Build 1943 M.v.d.Decken(DarkViper)
 # fixed/updated /admin/groups - permissions
 30 Jul-2013 Build 1942 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 1943)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1944)
@@ -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', '1943');
+if(!defined('REVISION')) define('REVISION', '1944');
 if(!defined('SP')) define('SP', '');
Index: branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig
===================================================================
--- branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig	(revision 1943)
+++ branches/2.8.x/wb/modules/MultiLingual/tpl/lang.html.twig	(revision 1944)
@@ -37,7 +37,7 @@
 {% for aTarget in aTargetList %}
 	<a href="{{ aTarget.sUrl }}" {% if aTarget.bCurrent %}class="current" {% endif %}title="{{ aTarget.sTitle }}">
 		<span>
-			<img src="{{ aTarget.sIconUrl }}flags/{{ aTarget.FilePrefix }}.png" class="width: 32px; height: 32px" title="{{ aTarget.sTitle }}" alt="{{ aTarget.sLongTitle }}" />
+			<img src="{{ aTarget.sIconUrl }}flags/{{ aTarget.FilePrefix }}.png" style="width: 32px; height: 32px" title="{{ aTarget.sTitle }}" alt="{{ aTarget.sLongTitle }}" />
 		</span>
 	</a>
 {% endfor %}
