Skip to content

Commit

Permalink
Fix alignment of type in repository list
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Nov 6, 2016
1 parent 8cb5761 commit d8ea981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/pages/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
?>
<tr>
<td><?php echo string_display( $t_repo->name ) ?></td>
<td class="center"><?php echo string_display( SourceType( $t_repo->type ) ) ?></td>
<td><?php echo string_display( SourceType( $t_repo->type ) ) ?></td>
<?php
if( $t_show_stats ) {
$t_stats = $t_repo->stats();
Expand Down

0 comments on commit d8ea981

Please sign in to comment.