Fix pg-act/ht/add-onion syntax
This commit is contained in:
parent
b2bfbb7bf8
commit
d4009f189e
1 changed files with 1 additions and 1 deletions
|
@ -44,4 +44,4 @@ if ($code !== 0)
|
||||||
output(500, 'Failed to reload Nginx.');
|
output(500, 'Failed to reload Nginx.');
|
||||||
|
|
||||||
// Tell the user their site address
|
// 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>'));
|
||||||
|
|
Loading…
Reference in a new issue