mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-04 16:39:34 +00:00
remove erroneous \n
This commit is contained in:
parent
494f4a0c89
commit
985a185cdc
@ -142,7 +142,7 @@ function store_file($name, $tmpFile, $formatted = false)
|
|||||||
$basename);
|
$basename);
|
||||||
if ($formatted)
|
if ($formatted)
|
||||||
{
|
{
|
||||||
printf('<pre>Access your file here:\n<a href="%s">%s</a></pre>', $url, $url);
|
printf('<pre>Access your file here: <a href="%s">%s</a></pre>', $url, $url);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user