]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Fixed index.cgi - perl is not my language.
authorJan Paul Tuecking <earl@ipfire.org>
Sun, 5 Dec 2010 19:12:09 +0000 (20:12 +0100)
committerJan Paul Tuecking <earl@ipfire.org>
Sun, 5 Dec 2010 19:12:09 +0000 (20:12 +0100)
html/cgi-bin/index.cgi

index 5c0376aeeef56a4f63f4e948d05aebe733624f5b..cd1c0c200eef6825314cba179c289a5045646022 100644 (file)
@@ -491,10 +491,10 @@ END
 if (`find /usr/share/doc/licenses/GPLv3 2>/dev/null`) {
        print '<textarea rows=\'25\' cols=\'75\' readonly=\'true\'>';
        print `cat /usr/share/doc/licenses/GPLv3`;
-       print '</textarea>'
+       print '</textarea>';
 }
 else {
-       print '<br /><a href=\'http://www.gnu.org/licenses/gpl-3.0.txt\' target=\'_blank\'>GNU GENERAL PUBLIC LICENSE</a><br />'
+       print '<br /><a href=\'http://www.gnu.org/licenses/gpl-3.0.txt\' target=\'_blank\'>GNU GENERAL PUBLIC LICENSE</a><br />';
 }
 print <<END;
        <p>