# HG changeset patch # User Tom Fredrik "BFG" Klaussen # Date 1348084220 -7200 # Node ID da86ec2814e23112230099199f09c0db7109b325 # Parent 5c4d7c758fdab3aeb71c98396284b896ddf2c513 Whitespace cleanup. diff -r 5c4d7c758fda -r da86ec2814e2 flag.php --- a/flag.php Wed Sep 19 19:40:02 2012 +0200 +++ b/flag.php Wed Sep 19 21:50:20 2012 +0200 @@ -57,6 +57,6 @@ print '

Resource not found

'; } else { - header("Content-Type: image/png"); + header("Content-Type: image/png"); print $flag; } diff -r 5c4d7c758fda -r da86ec2814e2 index.php --- a/index.php Wed Sep 19 19:40:02 2012 +0200 +++ b/index.php Wed Sep 19 21:50:20 2012 +0200 @@ -55,7 +55,7 @@ $clonedChild = $master->importNode($child, true); $parent->insertBefore($clonedChild, $param); } - $parent->removeChild($param); + $parent->removeChild($param); } }