Browse Source

missing slash

pull/13/head
Jack Lukic 11 years ago
parent
commit
92411fd05e
1 changed files with 1 additions and 1 deletions
  1. 2
      node/src/layouts/default.html.eco

2
node/src/layouts/default.html.eco

@ -52,7 +52,7 @@
<div class="item"><a href="/index.html"><b>Introduction</b></a></div>
<div class="item"><a href="/download.html"><b>Download</b></a></div>
<div class="item">
<a href="element.html"><b>UI Elements</b></a>
<a href="/element.html"><b>UI Elements</b></a>
<div class="menu">
<% for element in uiElements: %>
<div class="<%= if element.id is @document.id then 'active ' %>item"><a href="<%= element.url %>"><%= element.title %></a></div>

Loading…
Cancel
Save