diff options
-rw-r--r-- | application/views/file/nav_history.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/nav_history.php b/application/views/file/nav_history.php index a98d7a4ed..bbb695fd6 100644 --- a/application/views/file/nav_history.php +++ b/application/views/file/nav_history.php @@ -1,4 +1,4 @@ -<ul class="nav nav-pills nav-history"> +<ul class="nav nav-tabs nav-history"> <?php $nav = array( "List" => "file/upload_history", |