Ignore:
Timestamp:
12/02/05 15:35:54 (8 years ago)
Author:
sam
Message:
  • always href'ise clipboard when possible
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/stats/index.php

    r185 r186  
    8282          <td> 
    8383            <?php $clipboard = base64_decode($clipboard); 
    84             if(strlen($clipboard) > 45) { 
    85               tooltip("c$l", cut($clipboard, 40), htmlspecialchars($clipboard), true); 
    86             } else { 
    87               echo htmlspecialchars($clipboard); 
    88             } ?> 
     84            tooltip("c$l", cut($clipboard, 40), htmlspecialchars($clipboard), true); ?> 
    8985          </td> 
    9086        </tr><?php 
Note: See TracChangeset for help on using the changeset viewer.