Skip to content

Commit

Permalink
screen function names
Browse files Browse the repository at this point in the history
  • Loading branch information
deemru committed Mar 1, 2024
1 parent 073cc3f commit fd52ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ function w8io_print_transactions( $aid, $where, $uid, $count, $address, $d )

$link = ' <a href="' . W8IO_ROOT . 'txs/g/' . $groupId . '">';
$linklen = strlen( $link ) + 3;
$addon = $link . $addon . '()</a>';
$addon = $link . htmlentities( $addon ) . '()</a>';
$maxlen2 = max( $maxlen2, strlen( $addon ) - $linklen );

$tdb[$groupId] = [ $link, $linklen, $addon, $maxlen2 ];
Expand Down

0 comments on commit fd52ab6

Please sign in to comment.