/lib/expack/tgrep/view.inc.php
<td class="ti"><?php echo $o+1; ?></td>

<td class="ti"><?php echo (int)$o+1; ?></td>

PHP7.1対応