Fixed LICENSE and un-broke a thing in the guestbook CGI script
This commit is contained in:
parent
633bfe28c8
commit
b4c7d9896b
2
LICENSE
2
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
|
of warranty; and each file should have at least the "copyright" line and a
|
||||||
pointer to where the full notice is found.
|
pointer to where the full notice is found.
|
||||||
|
|
||||||
<one line to give the program's name and a brief idea of what it does.>
|
Source code for http://www.swagg.net
|
||||||
|
|
||||||
Copyright (C) 2021 Daniel Bowling
|
Copyright (C) 2021 Daniel Bowling
|
||||||
|
|
||||||
|
|
|
@ -195,7 +195,7 @@ print $q->header(-charset => 'UTF-8');
|
||||||
|
|
||||||
# Print the head & title, begin the body
|
# Print the head & title, begin the body
|
||||||
print $q->start_html(
|
print $q->start_html(
|
||||||
-dtd => 'html',
|
#-dtd => 'html',
|
||||||
-title => 'SwaggNet Guestbook',
|
-title => 'SwaggNet Guestbook',
|
||||||
-style => '/css/swagg.css'
|
-style => '/css/swagg.css'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue