From 3650143d5d926fe1037ad39c4d75de52d4b43b3b Mon Sep 17 00:00:00 2001 From: Andrey Tarantsov Date: Mon, 18 Jul 2011 09:12:58 +0700 Subject: [PATCH] Whitespace fix in the stats php scripts --- site/stats.php | 2 +- site/subscribe.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/stats.php b/site/stats.php index 0b91d790e..2d229ce3d 100644 --- a/site/stats.php +++ b/site/stats.php @@ -42,7 +42,7 @@ function table($caption, $headers, $rows, $extra='') { } $tr[] = html_tag('tr', $e, $td); } - + return html_tag('h1', $e, $caption) . $extra . html_tag('table', array('cellspacing' => '0'), html_tag('thead', $e, html_tag('tr', $e, $th)), diff --git a/site/subscribe.php b/site/subscribe.php index 717b955e9..2214023c9 100644 --- a/site/subscribe.php +++ b/site/subscribe.php @@ -23,7 +23,7 @@ mysql_real_escape_string($agent)); mysql_query($sql); - + $msg = "Subscriber: $email\nIP: $ip\nUser Agent: $agent\n\nMessage:\n$message\n\n-- LiveReload"; mail('andreyvit@me.com', "LiveReload subscription: $email", $msg, "From: notification@livereload.com\r\nReply-To: $email");