Skip to content

Commit 7ce6960

Browse files
committed
cleaning view author page
1 parent 3c6f6d7 commit 7ce6960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/views/templates/view-author.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<td><?php echo $list['fullname'];?></td>
2222
<td><?php echo $list['nickname'];?></td>
2323
<td><?php echo $list['email'];?></td>
24-
<td><?php echo anchor('blog/detail_author/'.$list['_id'],'Edit',array('class'=>'btn sbtn'));?>| <?php echo anchor('blog/delete_author/'.$list['_id'],'Delete',array('class'=>'btn sbtn'));?></td>
24+
<td><?php echo anchor('blog/detail_author/'.$list['_id'],'Edit',array('class'=>'btn sbtn'));?> <?php echo anchor('blog/delete_author/'.$list['_id'],'Delete',array('class'=>'btn sbtn'));?></td>
2525
</tr>
2626
<?php }?>
2727
</tbody>

0 commit comments

Comments
 (0)