Skip to content

Commit

Permalink
Merge pull request #103 from samtuke/fix-installation-email-indentation
Browse files Browse the repository at this point in the history
Fixed unnecessary tab
  • Loading branch information
michield committed Dec 18, 2016
2 parents e18dbe1 + 4417aa3 commit 39a1faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public_html/lists/admin/initialise.php
Expand Up @@ -200,8 +200,8 @@

$uri = $_SERVER['REQUEST_URI'];
$uri = str_replace('?' . $_SERVER['QUERY_STRING'], '', $uri);
$body = '
Version: ' . VERSION . "\r\n"
$body =
'Version: ' . VERSION . "\r\n"
. ' Url: '
. $_SERVER['SERVER_NAME']
. $uri
Expand Down

0 comments on commit 39a1faf

Please sign in to comment.