- From: Mercurial notifier <nobody@w3.org>
- Date: Thu, 24 Jun 2010 15:26:55 +0000
- To: Unicorn Updates <www-validator-cvs@w3.org>
changeset: 1300:025543f6dbbc user: Thomas Gambet <tgambet@w3.org> date: Thu Jun 24 10:39:26 2010 -0400 files: WebContent/WEB-INF/resources/templates/language.vm description: removed comments diff -r cdbab1b5d1fd -r 025543f6dbbc WebContent/WEB-INF/resources/templates/language.vm --- a/WebContent/WEB-INF/resources/templates/language.vm Thu Jun 24 10:38:44 2010 -0400 +++ b/WebContent/WEB-INF/resources/templates/language.vm Thu Jun 24 10:39:26 2010 -0400 @@ -70,7 +70,7 @@ <tbody> #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) #set($localeKey = $locale.getName()) @@ -86,7 +86,7 @@ #end #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) #set($localeKey = $locale.getName())
Received on Thursday, 24 June 2010 15:26:58 UTC