|
@@ -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>'));
|