Show
Ignore:
Timestamp:
08/03/09 00:05:19 (3 years ago)
Author:
yabuki
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/myweb/WebContent/SupportedLocales.jsp

    r28 r31  
    1010<% 
    1111Set<String> locales=new TreeSet<String>(); 
    12 for(Locale loc:Locale.getAvailableLocales()) locales.add(loc.toString()); 
    13 for(String str:locales) out.print("<li>"+str+"</li>"); 
     12for (Locale loc:Locale.getAvailableLocales()) locales.add(loc.toString()); 
     13for (String str:locales) out.print("<li>"+str+"</li>"); 
    1414%> 
    1515</ul>