Author: joes
Date: Tue Mar 18 01:41:35 2014
New Revision: 1578704
URL: http://svn.apache.org/r1578704
Log:
committers
Modified:
thrift/cms-site/trunk/content/about.md
Modified: thrift/cms-site/trunk/content/about.md
URL:
http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/about.md?rev=1578704&r1=1578703&r2=1578704&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/about.md (original)
+++ thrift/cms-site/trunk/content/about.md Tue Mar 18 01:41:35 2014
@@ -34,10 +34,10 @@ Project Team
</tr>
{% for item in conf.committers %}
<tr class="">
- <td class="username">{{ item[0] }}</td>
- <td class="fullname">{{ item[1] }}</td>
- <td>{{ item[2] }}</td>
- <td align="right">{{ item[3] }}</td>
+ <td class="username">{{ item.0 }}</td>
+ <td class="fullname">{{ item.1 }}</td>
+ <td>{{ item.2 }}</td>
+ <td align="right">{{ item.3 }}</td>
</tr>
{% endfor %}
</tbody>