don't escape content in topic view
This commit is contained in:
		@@ -48,7 +48,7 @@
 | 
			
		||||
          on <a href="{{ url_for("threads.thread", slug=thread['slug']) }}">on {{ timestamp(thread['latest_post_created_at'] )}}</a>:
 | 
			
		||||
        </span>
 | 
			
		||||
        <span class="thread-info-post-preview">
 | 
			
		||||
          {{ thread['latest_post_content'] }}
 | 
			
		||||
          {{ thread['latest_post_content'] | safe }}
 | 
			
		||||
        </span>
 | 
			
		||||
      </div>
 | 
			
		||||
      <div class="thread-locked-container contain-svg">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user