mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-02 09:31:06 -05:00
Small format fix
This commit is contained in:
@@ -38,10 +38,10 @@
|
||||
<th><?php echo _t('status_favorites'); ?></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><?php echo $this->repartition['total']; ?></td>
|
||||
<td><?php echo $this->repartition['read']; ?></td>
|
||||
<td><?php echo $this->repartition['unread']; ?></td>
|
||||
<td><?php echo $this->repartition['favorite']; ?></td>
|
||||
<td class="numeric"><?php echo $this->repartition['total']; ?></td>
|
||||
<td class="numeric"><?php echo $this->repartition['read']; ?></td>
|
||||
<td class="numeric"><?php echo $this->repartition['unread']; ?></td>
|
||||
<td class="numeric"><?php echo $this->repartition['favorite']; ?></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user