Changeset 186 for trollforge/lastmeasure/stats/index.php
- Timestamp:
- 12/02/05 15:35:54 (8 years ago)
- File:
-
- 1 edited
-
trollforge/lastmeasure/stats/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/stats/index.php
r185 r186 82 82 <td> 83 83 <?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); ?> 89 85 </td> 90 86 </tr><?php
Note: See TracChangeset
for help on using the changeset viewer.
