diff options
-rw-r--r-- | apioforum/templates/view_forum.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index b03d51a..d8915c8 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -130,7 +130,7 @@ you do not have permission to create threads in this forum <div class="listing-main"> <div class="listing-title"> <a href="{{url_for('thread.view_thread',thread_id=thread.id)}}"> - {{- thread.title -}} + <abbr title="{{ thread.title }}" style="text-decoration:none">{{- thread.title -}}</abbr> </a> </div> <div class="thread-listing-tags"> |