Browse Source

Fix pg-act/ht/add-onion syntax

Miraty 2 years ago
parent
commit
d4009f189e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pg-act/ht/add-onion.php

+ 1 - 1
pg-act/ht/add-onion.php

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