From 2237aab76b6876bc9bc1c0c0fad818898cfbe495 Mon Sep 17 00:00:00 2001 From: Lutty Yang Date: Fri, 18 Sep 2015 11:32:44 +0800 Subject: luci-theme-material: fix some bug fixed "logout" text theme error and "unsaved changes" page dislocation. Signed-off-by: Lutty Yang --- themes/luci-theme-material/luasrc/view/themes/material/header.htm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/luci-theme-material/luasrc') diff --git a/themes/luci-theme-material/luasrc/view/themes/material/header.htm b/themes/luci-theme-material/luasrc/view/themes/material/header.htm index 3a4f897ca..494cfe39e 100755 --- a/themes/luci-theme-material/luasrc/view/themes/material/header.htm +++ b/themes/luci-theme-material/luasrc/view/themes/material/header.htm @@ -154,11 +154,11 @@ end %> <% if ucichanges > 0 then %> - <%:Unsaved Changes%>: <%=ucichanges%> + <%:Unsaved Changes%>: <%=ucichanges%> <% end %> <% end %> -- cgit v1.2.3