From 7a9957e727b12499f2df3717d23e572cc994c150 Mon Sep 17 00:00:00 2001 From: Helge Mader Date: Mon, 23 Apr 2018 13:26:41 +0200 Subject: luci-app-ddns: fix HTML page rendering in globals section Signed-off-by: Helge Mader --- applications/luci-app-ddns/luasrc/view/ddns/global_value.htm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'applications/luci-app-ddns/luasrc/view') 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 23ec059170..3cbb66b4bf 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%>
-- cgit v1.2.3