diff options
Diffstat (limited to 'application/views/file/file_info.php')
-rw-r--r-- | application/views/file/file_info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/file_info.php b/application/views/file/file_info.php index 82a3e4f81..dedc35fea 100644 --- a/application/views/file/file_info.php +++ b/application/views/file/file_info.php @@ -1,6 +1,6 @@ <div class="center"> <?php if($filedata): ?> - <table style="margin: auto"> + <table class="table" style="margin: auto"> <tr> <td class="title">ID</td> <td class="text"><a href="<?php echo site_url($id); ?>/"><?php echo $id; ?></a></td> |