[Dnsmasq-discuss] [PATCH] Added a tail to .hmtl files

Geert Stappers stappers at stappers.nl
Tue Feb 11 20:07:17 UTC 2025


HTML-files `doc.html` and `setup.html` were missing closing tags.
Also some empty lines removed.

Signed-off-by: Geert Stappers <stappers at stappers.nl>
---
 doc.html   | 4 +---
 setup.html | 2 ++
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc.html b/doc.html
index b167be7..fcbdfc1 100644
--- a/doc.html
+++ b/doc.html
@@ -95,7 +95,5 @@ a contribution towards my expenses, please use the donation button below.
 <input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
 <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
 </form>
-
-
 </BODY>
-
+</HTML>
diff --git a/setup.html b/setup.html
index fb80dab..7468a9a 100644
--- a/setup.html
+++ b/setup.html
@@ -229,3 +229,5 @@ contents of the cache to the syslog.
 
 <P>For a complete listing of options please take a look at the manpage
 dnsmasq(8).
+</BODY>
+</HTML>
-- 
2.30.2




More information about the Dnsmasq-discuss mailing list