diff --git a/html/cgi-bin/p2p-block.cgi b/html/cgi-bin/p2p-block.cgi
index 7c6f7b3a4..cfca54284 100755
--- a/html/cgi-bin/p2p-block.cgi
+++ b/html/cgi-bin/p2p-block.cgi
@@ -2,7 +2,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2013 Alexander Marx #
+# Copyright (C) 2013 #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -18,6 +18,8 @@
# along with this program. If not, see . #
# #
###############################################################################
+# Author: Alexander Marx (Amarx@ipfire.org) #
+###############################################################################
use strict;
no warnings 'uninitialized';
@@ -83,7 +85,7 @@ if ($fwdfwsettings{'ACTION'} eq $Lang::tr{'fwdfw reread'})
sub p2pblock
{
if (-f "${General::swroot}/forward/reread"){
- print "
";
+ print "
";
}
my $gif;
open( FILE, "< $p2pfile" ) or die "Unable to read $p2pfile";