]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
Merge branch '0.9.x' into testing
[quix0rs-gnu-social.git] / actions / tagother.php
index e9e13b939b10d31946bb8b6e088a4b530a5283d8..735d876da29bb70dfefb0c2acec50ef13d092740 100644 (file)
@@ -163,8 +163,8 @@ class TagotherAction extends Action
         $token = $this->trimmed('token');
 
         if (!$token || $token != common_session_token()) {
-            $this->showForm(_('There was a problem with your session token.'.
-                              ' Try again, please.'));
+            $this->showForm(_('There was a problem with your session token. '.
+                              'Try again, please.'));
             return;
         }