Merge branch 'master' of git.moose.perl.org:moose-website
[gitmo/moose-website.git] / lib / Moose / Website / Resource / Templates / about.tt
index a983ec6..793a87a 100644 (file)
@@ -9,11 +9,10 @@
     <h3>[% loc('about new to moose header') %]</h3>
     [% loc('about new to moose body') %]
 
-    <a name="organizations"></a>
-    <h3>[% loc('about organization list header') %]</h3>
+    <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 %]