Julien VAUBOURG 10 years ago
parent
commit
87eb339beb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sources/views/layout.html.php

+ 1 - 1
sources/views/layout.html.php

@@ -6,7 +6,7 @@
 <head>
   <meta charset="utf-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-  <title><?= T_("Tor Client") ?> <?= isset($title) ? "| $title" : '' ?></title>
+  <title><?= T_("Tor Client") ?><?= isset($title) ? " | $title" : '' ?></title>
   <meta name="viewport" content="width=device-width">
   <link media="all" type="text/css" href="<?= PUBLIC_DIR ?>/bootstrap/css/bootstrap.min.css" rel="stylesheet">
   <link media="all" type="text/css" href="<?= PUBLIC_DIR ?>/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">