summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--openvpn-model.lua4
-rw-r--r--openvpn-statusinfo-html.lsp4
3 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 63e50ed..63e714e 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ APP_DIST= \
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST)
TAR=tar
diff --git a/openvpn-model.lua b/openvpn-model.lua
index df0a7c6..a8fb742 100644
--- a/openvpn-model.lua
+++ b/openvpn-model.lua
@@ -161,11 +161,11 @@ function mymodule.getstatus()
return modelfunctions.getstatus(processname, packagename, "OpenVPN Status")
end
-function mymodule.get_startstop(self, clientdata)
+function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(processname)
end
-function mymodule.startstop_service(self, startstop, action)
+function mymodule.startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end
diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp
index 68e7b1e..c468e2c 100644
--- a/openvpn-statusinfo-html.lsp
+++ b/openvpn-statusinfo-html.lsp
@@ -41,10 +41,10 @@
<td><%= html.html_escape(view.value[i].REALADDR) %></td>
<td><%= html.html_escape(view.value[i].BYTEsrcV) %></td>
<td><%= html.html_escape(view.value[i].BYTESSND) %></td>
- </tr>
+ </tr>
<tr>
<td colspan=5><%= html.html_escape(view.value[i].CONN) %></td>
- </tr>
+ </tr>
<% end %>
</tbody></table>