You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by jo...@apache.org on 2014/03/18 02:54:51 UTC

svn commit: r1578712 - /thrift/cms-site/trunk/content/about.md

Author: joes
Date: Tue Mar 18 01:54:51 2014
New Revision: 1578712

URL: http://svn.apache.org/r1578712
Log:
powered

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=1578712&r1=1578711&r2=1578712&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/about.md (original)
+++ thrift/cms-site/trunk/content/about.md Tue Mar 18 01:54:51 2014
@@ -66,7 +66,7 @@ The following companies are known to emp
             <td><b>Company</b></td>
             <td><b>Website</b></td>
         </tr>
-        {% for item in @conf.powered_by %}
+        {% for item in conf.powered_by %}
         <tr class="">
             <td class="company">{{ item.0 }}</td>
             <td class="website"><a href="{{ item.1 }}">{{ item.1 }}</a></td>