foreach ($stats as $author => $commits): $width = (int)($commits / $factor); ?>
<tr>
<td class="rightAlign"><?php echo htmlspecialchars($author) ?> </td>
- <td><?php echo Horde::img('pixel.php?c=bbcbff', '', 'id="statsImg" width="' . $width . '" height="10"', $registry->get('webroot', 'horde') . '/services/images') . ' (' . $commits . ')</td>' ?>
+ <td><img src="<?php echo $registry->get('webroot', 'horde') ?>/services/images/pixel.php?c=bbcbff" id="statsImg" width="<?php echo $width ?>" height="10" /> (<?php echo $commits ?>)</td>
</tr>
<?php endforeach ?>
</tbody>