Private GIT

Skip to content
Snippets Groups Projects
Commit 463c5796 authored by Alexis Tyler's avatar Alexis Tyler
Browse files

fixes L269 weird line on inc_top

parent 960cf872
No related branches found
No related tags found
No related merge requests found
......@@ -266,8 +266,8 @@
% inner_first = False
% endfor
% else:
% if first then "" else ""#<a href="${sbRoot}/$menuItem.path" <% if 'confirm' in menuItem then "class=\"confirm\"" else "" %> #>${menuItem.title}</a>
<% first = False %>
<a href="${sbRoot}/$menuItem.path" <% if 'confirm' in menuItem then "class=\"confirm\"" else "" %> #>${menuItem.title}</a>
% first = False
% endif
% endif
% endfor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment