diff options
Diffstat (limited to 'views/partials/files.ejs')
| -rw-r--r-- | views/partials/files.ejs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/files.ejs b/views/partials/files.ejs index 0ad8317..e785099 100644 --- a/views/partials/files.ejs +++ b/views/partials/files.ejs @@ -1,7 +1,7 @@ <table class="files" id="files"> <script class="template" type="text/html"> <tr class="file"> - <td> + <td class="name"> <a href="{{link}}" title="{{id}}" class="file">{{filename}}</a> </td> <td class="{{date_class}}"> |
