# abbr.patch -rw-r--r-- 602 bytes View raw
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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">