From b89300eb67e43b9da28550547882338894017b43 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 20 Dec 2011 03:57:40 +0000 Subject: [PATCH] libs/web: prevent break between action buttons in tblsection template --- libs/web/luasrc/view/cbi/tblsection.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/web/luasrc/view/cbi/tblsection.htm b/libs/web/luasrc/view/cbi/tblsection.htm index 1a2d689a7..5f6381f05 100644 --- a/libs/web/luasrc/view/cbi/tblsection.htm +++ b/libs/web/luasrc/view/cbi/tblsection.htm @@ -85,14 +85,14 @@ end -%> <%- if self.sortable then -%> - + <%:Move up%> <%:Move down%> <%- end -%> <%- if self.extedit or self.addremove then -%> - + <%- if self.extedit then -%> -- 2.11.0