Author: elecharny
Date: Wed Oct 31 09:36:05 2012
New Revision: 1404055
URL: http://svn.apache.org/viewvc?rev=1404055&view=rev
Log:
Fixed a cycle
Modified:
mina/site/trunk/templates/header.html
Modified: mina/site/trunk/templates/header.html
URL:
http://svn.apache.org/viewvc/mina/site/trunk/templates/header.html?rev=1404055&r1=1404054&r2=1404055&view=diff
==============================================================================
--- mina/site/trunk/templates/header.html (original)
+++ mina/site/trunk/templates/header.html Wed Oct 31 09:36:05 2012
@@ -80,19 +80,19 @@
<div id="content">
<div id="leftColumn">
{% if isVysper %}
- {% filter markdown %}{% include "vysper/navigation.mdtext" %}{%
endfilter %}
+ {% filter markdown %}{% include "vysper/navigation.html" %}{%
endfilter %}
{% endif %}
{% if isSshd %}
- {% filter markdown %}{% include "sshd/navigation.mdtext" %}{%
endfilter %}
+ {% filter markdown %}{% include "sshd/navigation.html" %}{%
endfilter %}
{% endif %}
{% if isFtpServer %}
- {% filter markdown %}{% include "ftpserver/navigation.mdtext" %}{%
endfilter %}
+ {% filter markdown %}{% include "ftpserver/navigation.html" %}{%
endfilter %}
{% endif %}
{% if isMina %}
- {% filter markdown %}{% include "mina/navigation.mdtext" %}{%
endfilter %}
+ {% filter markdown %}{% include "mina/navigation.html" %}{%
endfilter %}
{% endif %}
{% if isSite %}
- {% filter markdown %}{% include "navigation.mdtext" %}{% endfilter
%}
+ {% filter markdown %}{% include "navigation.html" %}{% endfilter %}
{% endif %}
</div><!-- leftColumn -->
<div id="rightColumn">