diff --git a/modules/luci-compat/luasrc/view/cbi/footer.htm b/modules/luci-compat/luasrc/view/cbi/footer.htm index ed632202ce..fecf1bce7c 100644 --- a/modules/luci-compat/luasrc/view/cbi/footer.htm +++ b/modules/luci-compat/luasrc/view/cbi/footer.htm @@ -8,26 +8,26 @@ if pageaction and (display_back or display_skip or display_apply or display_save or display_reset) then - %>
<% + %>
<% if display_back then - %> <% + %> <% end if display_skip then - %> <% + %> <% end if display_apply then - %> <% + %> <% end if display_save then - %> <% + %> <% end if display_reset then - %> <% + %> <% end %>
<%