Index: trollforge/lastmeasure/stats/index.php
===================================================================
--- trollforge/lastmeasure/stats/index.php	(revision 185)
+++ trollforge/lastmeasure/stats/index.php	(revision 186)
@@ -82,9 +82,5 @@
           <td>
             <?php $clipboard = base64_decode($clipboard);
-            if(strlen($clipboard) > 45) {
-              tooltip("c$l", cut($clipboard, 40), htmlspecialchars($clipboard), true);
-            } else {
-              echo htmlspecialchars($clipboard);
-            } ?>
+            tooltip("c$l", cut($clipboard, 40), htmlspecialchars($clipboard), true); ?>
           </td>
         </tr><?php
