web/client.php
changeset 926 6c5b07e9ecdc
parent 922 2ca61ac043e3
child 940 843f96e4eebd
--- 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 } ?>