From b4c7d9896b4ca28507af64260edbedcdcff0d890 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Tue, 11 May 2021 23:05:35 -0400 Subject: [PATCH] Fixed LICENSE and un-broke a thing in the guestbook CGI script --- LICENSE | 2 +- cgi-bin/guest_mm.cgi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 4dfc782..3724ddf 100644 --- a/LICENSE +++ b/LICENSE @@ -582,7 +582,7 @@ them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - +Source code for http://www.swagg.net Copyright (C) 2021 Daniel Bowling diff --git a/cgi-bin/guest_mm.cgi b/cgi-bin/guest_mm.cgi index c1e479d..a6215e3 100755 --- a/cgi-bin/guest_mm.cgi +++ b/cgi-bin/guest_mm.cgi @@ -195,7 +195,7 @@ print $q->header(-charset => 'UTF-8'); # Print the head & title, begin the body print $q->start_html( - -dtd => 'html', + #-dtd => 'html', -title => 'SwaggNet Guestbook', -style => '/css/swagg.css' );