Merge pull request #1793 from TDT-AG/pr/20180514-luci-app-ddns-fix-output
authorHannu Nyman <hannu.nyman@iki.fi>
Wed, 16 May 2018 06:28:08 +0000 (09:28 +0300)
committerGitHub <noreply@github.com>
Wed, 16 May 2018 06:28:08 +0000 (09:28 +0300)
luci-app-ddns: fix HTML page rendering in globals section

applications/luci-app-ddns/Makefile
applications/luci-app-ddns/luasrc/view/ddns/global_value.htm

index 06dbefb..bd6ddeb 100644 (file)
@@ -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 <christian.schoenebeck@gmail.com>
index 23ec059..3cbb66b 100644 (file)
@@ -25,9 +25,8 @@
 />
 <br />
 <div class="cbi-value-description">
-       <span class="cbi-value-helpicon"><img src="<%=resource%>/cbi/help.gif" alt="<%:help%>" /><%=self.description%></span>
-       <br />
-       <span id="<%=cbid%>.help" class="cbi-value-helpicon"><%:Current setting%>: <strong><%=self.date_string%></strong></span>
+       <span class="cbi-value-helpicon"><img src="<%=resource%>/cbi/help.gif" alt="<%:help%>" /></span><%=self.description%>
+       <br /><%:Current setting%>: <strong><%=self.date_string%></strong>
 </div> <!-- div class="cbi-value-description" -->
 </div> <!-- div class="cbi-value-field" -->
 </div> <!-- div class="cbi-value cbi-value-last" -->