From 7a9957e727b12499f2df3717d23e572cc994c150 Mon Sep 17 00:00:00 2001 From: Helge Mader Date: Mon, 23 Apr 2018 13:26:41 +0200 Subject: [PATCH] luci-app-ddns: fix HTML page rendering in globals section Signed-off-by: Helge Mader --- applications/luci-app-ddns/Makefile | 2 +- applications/luci-app-ddns/luasrc/view/ddns/global_value.htm | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 06dbefbcf..bd6ddeb1b 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=2.4.9 # Release == build # increase on changes of translation files -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Christian Schoenebeck diff --git a/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm b/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm index 23ec05917..3cbb66b4b 100644 --- a/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm +++ b/applications/luci-app-ddns/luasrc/view/ddns/global_value.htm @@ -25,9 +25,8 @@ />
- <%:help%><%=self.description%> -
- <%:Current setting%>: <%=self.date_string%> + <%:help%><%=self.description%> +
<%:Current setting%>: <%=self.date_string%>
-- 2.11.0