diff options
Diffstat (limited to 'templates/admin.html')
-rw-r--r-- | templates/admin.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin.html b/templates/admin.html index 05cf04f..8573e23 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -39,7 +39,7 @@ </table> {{ if gt $categoryCount 0 }} <div class="cat"> - <span>{{ range $category, $paper := .Papers.List }}[<a href="#{{ $category }}">{{ $category }}</a>] {{ end }}</span> + <span>{{ range $category, $paper := .Papers.List }}<span class="nowrap">[<a href="#{{ $category }}">{{ $category }}</a>]</span> {{ end }}</span> </div> <table class='tabs'> <tr> |