Merge pull request #77 from SpiritLevel/patch-1

FIX Home for each version correctly returns to the index of the version.
This commit is contained in:
Cam Findlay 2015-11-17 16:04:08 +13:00
commit 2f0cbfe4f6
1 changed files with 1 additions and 1 deletions

View File

@ -3,9 +3,9 @@
$DocumentationSearchForm
<ul class="nav">
<li><a href="$DocumentationBaseHref" class="top">Home</a></li>
<% loop Menu %>
<li><a href="$Link" class="top">Home</a></li>
<% if DefaultEntity %>
<% loop Children %>
<li class="$LinkingMode <% if Last %>last<% end_if %>">