Author: joes
Date: Sat Mar 22 23:14:09 2014
New Revision: 1580362

URL: http://svn.apache.org/r1580362
Log:
fixes

Modified:
    thrift/cms-site/trunk/templates/default.html
    thrift/cms-site/trunk/templates/tutorial_intro.md

Modified: thrift/cms-site/trunk/templates/default.html
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/templates/default.html?rev=1580362&r1=1580361&r2=1580362&view=diff
==============================================================================
--- thrift/cms-site/trunk/templates/default.html (original)
+++ thrift/cms-site/trunk/templates/default.html Sat Mar 22 23:14:09 2014
@@ -19,9 +19,7 @@
   <body>
        {% include 'header' %}
        <div class="container">
-          {% block content %}
-               {{ content|markdown }}
-          {% endblock %}
+          {% block content %}{{ content|markdown }}{% endblock %}
        </div>
        {% include 'footer' %}
   </body>

Modified: thrift/cms-site/trunk/templates/tutorial_intro.md
URL: 
http://svn.apache.org/viewvc/thrift/cms-site/trunk/templates/tutorial_intro.md?rev=1580362&r1=1580361&r2=1580362&view=diff
==============================================================================
--- thrift/cms-site/trunk/templates/tutorial_intro.md (original)
+++ thrift/cms-site/trunk/templates/tutorial_intro.md Sat Mar 22 23:14:09 2014
@@ -4,7 +4,7 @@
 ### Introduction
 All Apache Thrift tutorials require that you have:
 
-1. Built and installed the Apache Thrift Compiler and Libraries, see [Building 
from source](/docs/BuildingFromSource/) for more details.
+1. Built and installed the Apache Thrift Compiler and Libraries, see [Building 
from source](/docs/BuildingFromSource) for more details.
 1. Generated the 
[tutorial.thrift](https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob_plain;f=tutorial/tutorial.thrift)
 file as [discussed here](/tutorial/)
 
                thrift -r --gen {{ headers.library_lang }} tutorial.thrift


Reply via email to