Index: WebContent/WEB-INF/resources/templates/language.vm
===================================================================
--- WebContent/WEB-INF/resources/templates/language.vm	(revision 1299:cdbab1b5d1fd)
+++ WebContent/WEB-INF/resources/templates/language.vm	(revision 1300:025543f6dbbc)
@@ -71,5 +71,5 @@
 			#foreach($key in $defaultProps.keySet())
 				<tr>
-					<th class="property_name" scope="row" title="$esc.xml($defaultProps.get($key))">$key <!--<p>$esc.xml($defaultProps.get($key))</p>--></th>
+					<th class="property_name" scope="row" title="$esc.xml($defaultProps.get($key))">$key</th>
 					#foreach($locale in $uiLocales)
 					#if ($locale != $defaultLocale)
@@ -87,5 +87,5 @@
 			#foreach($key in $defaultMetadata.keySet())
 				<tr>
-					<th class="property_name" scope="row" title="$esc.xml($defaultMetadata.get($key))">$key <!--<p>$esc.xml($defaultMetadata.get($key))</p>--></th>
+					<th class="property_name" scope="row" title="$esc.xml($defaultMetadata.get($key))">$key</th>
 					#foreach($locale in $uiLocales)
 					#if ($locale != $defaultLocale)
