Bugfix
authorRaphael Velt <raph.velt@gmail.com>
Fri, 07 Jun 2013 18:34:22 +0200
changeset 926 6c5b07e9ecdc
parent 925 fca9651a7fa7
child 927 b1c4402c2b70
Bugfix
web/client.php
--- a/web/client.php	Fri Jun 07 18:18:31 2013 +0200
+++ b/web/client.php	Fri Jun 07 18:34:22 2013 +0200
@@ -481,7 +481,7 @@
                 
             <?php } else {?>
                 
-                <p class="connect-message"><a href="<php echo URL_ROOT.$rep; ?>/client.php?CONNECT=true"><?php echo $translate->_('You must be connected with your Twitter account to read the conversation'); ?></a></p>
+                <p class="connect-message"><a href="<?php echo URL_ROOT.$rep; ?>/client.php?CONNECT=true"><?php echo $translate->_('You must be connected with your Twitter account to read the conversation'); ?></a></p>
                 
             <?php } ?>