Skip to content

Commit

Permalink
Whitespace fix in the stats php scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvit committed Jul 18, 2011
1 parent b9921b3 commit 3650143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/stats.php
Expand Up @@ -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)),
Expand Down
2 changes: 1 addition & 1 deletion site/subscribe.php
Expand Up @@ -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");

Expand Down

0 comments on commit 3650143

Please sign in to comment.