From 54359055b45d762b3ea57ae5321eb00c59044d2a Mon Sep 17 00:00:00 2001
From: psychobunny <rodrigues.andrew@gmail.com>
Date: Tue, 12 Jan 2016 09:09:31 -0500
Subject: [PATCH] fixed broken span if reputation disabled

---
 templates/partials/topic/post.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl
index 9d8ba3a..7d0696e 100644
--- a/templates/partials/topic/post.tpl
+++ b/templates/partials/topic/post.tpl
@@ -78,8 +78,8 @@
 				<i class="fa fa-chevron-down"></i>
 			</a>
 			<!-- ENDIF !downvote:disabled -->
-			<!-- ENDIF !reputation:disabled -->
 		</span>
+		<!-- ENDIF !reputation:disabled -->
 
 		<!-- IMPORT partials/topic/post-menu.tpl -->
 	</small>