diff options
author | Florian Pritz <bluewind@server-speed.net> | 2011-02-15 18:41:06 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@server-speed.net> | 2011-02-15 18:41:06 +0100 |
commit | c4faa3b20bc669e13b70efbb2649c024771915ca (patch) | |
tree | 6e02dd0819cccb3f53c0827b6bc2b3f39b38994f /application | |
parent | 4177cb76a32f26e0257caa2aefc18e4ca03a5e5e (diff) |
fix line endings in upload_form
Signed-off-by: Florian Pritz <bluewind@server-speed.net>
Diffstat (limited to 'application')
-rw-r--r-- | application/views/file_plaintext/client.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/file_plaintext/client.php b/application/views/file_plaintext/client.php index 188f23379..310d82f3f 100644 --- a/application/views/file_plaintext/client.php +++ b/application/views/file_plaintext/client.php @@ -4,8 +4,8 @@ Shell: Client: Development (git): http://git.server-speed.net/users/flo/fb -Latest release: <?php echo $client_link; ?> -GPG sigs, older versions: <?php echo $client_link_dir; ?> +Latest release: <?php echo $client_link."\n"; ?> +GPG sigs, older versions: <?php echo $client_link_dir."\n"; ?> If you want to use authentication (needed for deleting) add the following to your ~/.netrc: machine paste.xinu.at password my_secret_password |