luci-app-ddns: Update to support ddns-scripts 2.1.0-3
[project/luci.git] / applications / luci-ddns / luasrc / view / ddns / overview_startstop.htm
index 39c5152..8255aa6 100644 (file)
@@ -3,13 +3,13 @@
 <%+cbi/valueheader%>
 
 <% if self:cfgvalue(section) ~= false then
--- We need to garantie that function cfgvalue run first to set missing parameters 
+-- We need to garantie that function cfgvalue run first to set missing parameters
 %>
        <!-- style="font-size: 100%;" needed for openwrt theme to fix font size -->
        <!-- type="button" onclick="..." enable standard onclick functionalty   -->
        <input class="cbi-button cbi-input-<%=self.inputstyle or "button" %>" style="font-size: 100%;" type="button" onclick="onclick_startstop(this.id)"
-       <%= 
-       attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled") 
+       <%=
+       attr("name", section) .. attr("id", cbid) .. attr("value", self.inputtitle) .. ifattr(self.disabled, "disabled")
        %> />
 <% end %>