book title and org names are always in English
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
index d88c1d6..793a87a 100644 (file)
@@ -12,7 +12,7 @@
     <h3 id="organizations">[% loc('about organization list header') %]</h3>
     [% loc('about organization list body') %]
 
-    <ul>
+    <ul xml:lang="en">
     [% FOREACH org IN current_page.data.organizations.sort('name') %]
         <li><a href="[% org.url %]">[% org.name %]</a></li>
     [% END %]