Even more whitespace fixes in <a> elements

This commit is contained in:
Matthias Schiffer 2012-08-02 20:53:57 +02:00
parent b83cf46669
commit 39991b8000
1 changed files with 2 additions and 6 deletions

View File

@ -6,14 +6,10 @@
<div class="actions">
<% if successor then %>
<a class="btn primary" href="<%=luci.dispatcher.build_url("wizard", successor.href)%>">
Weiter
</a>
<a class="btn primary" href="<%=luci.dispatcher.build_url("wizard", successor.href)%>">Weiter</a>
<% end %>
<% if predecessor then %>
<a class="btn" href="<%=luci.dispatcher.build_url("wizard", predecessor.href)%>">
Zurück
</a>
<a class="btn" href="<%=luci.dispatcher.build_url("wizard", predecessor.href)%>">Zurück</a>
<% end %>
</div>