Fix pg-act/ht/add-onion syntax

This commit is contained in:
Miraty 2023-01-29 23:14:09 +01:00
parent b2bfbb7bf8
commit d4009f189e
1 changed files with 1 additions and 1 deletions

View File

@ -44,4 +44,4 @@ if ($code !== 0)
output(500, 'Failed to reload Nginx.');
// Tell the user their site address
output(200, sprintf(_('%s added on this directory.'), PAGE_METADATA['title'] . sprintf(_('Its address is: %s'), '<a href="http://' . $onion . '/"><code>http://' . $onion . '/</code></a>');
output(200, sprintf(_('%s added on this directory.'), PAGE_METADATA['title']) . ' ' . sprintf(_('Its address is: %s'), '<a href="http://' . $onion . '/"><code>http://' . $onion . '/</code></a>'));