diff --git a/src/main/webapp/WEB-INF/tags/flaggedAnswersList.tag b/src/main/webapp/WEB-INF/tags/flaggedAnswersList.tag
index 842799a87..361ffa932 100644
--- a/src/main/webapp/WEB-INF/tags/flaggedAnswersList.tag
+++ b/src/main/webapp/WEB-INF/tags/flaggedAnswersList.tag
@@ -3,14 +3,22 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@attribute name="list" type="java.util.List" required="true" %>
-
+
+
+
+
+
+
+
+
+
- -
+
-
-
+
${answer.description}
diff --git a/src/main/webapp/WEB-INF/tags/flaggedCommentsList.tag b/src/main/webapp/WEB-INF/tags/flaggedCommentsList.tag
index bfb637f35..857027b2e 100644
--- a/src/main/webapp/WEB-INF/tags/flaggedCommentsList.tag
+++ b/src/main/webapp/WEB-INF/tags/flaggedCommentsList.tag
@@ -5,16 +5,23 @@
<%@attribute name="list" type="java.util.List" required="true" %>
<%@attribute name="links" type="java.util.List" required="false" %>
-
+
+
+
+
+
-
+
+
+
+
- -
+
-
-
+
${comment.comment}
diff --git a/src/main/webapp/WEB-INF/tags/flaggedQuestionsList.tag b/src/main/webapp/WEB-INF/tags/flaggedQuestionsList.tag
index 86ded0c10..c6cfea30e 100644
--- a/src/main/webapp/WEB-INF/tags/flaggedQuestionsList.tag
+++ b/src/main/webapp/WEB-INF/tags/flaggedQuestionsList.tag
@@ -4,52 +4,59 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@attribute name="list" type="java.util.List" required="true" %>
-
+
+
+
+
+
-
+
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${question.views}
-
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${question.views}
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/tags/pendingAnswers.tag b/src/main/webapp/WEB-INF/tags/pendingAnswers.tag
index 31e24717c..437c807aa 100644
--- a/src/main/webapp/WEB-INF/tags/pendingAnswers.tag
+++ b/src/main/webapp/WEB-INF/tags/pendingAnswers.tag
@@ -4,37 +4,45 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@attribute name="history" type="br.com.caelum.brutal.model.ModeratableAndPendingHistory" required="true" %>
-
+
+
+
+
+
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${question.views}
-
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${question.views}
+
+
+
-
-
-
-
-
\ No newline at end of file
+
+
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/tags/pendingQuestions.tag b/src/main/webapp/WEB-INF/tags/pendingQuestions.tag
index a92d2e56c..ffce957d5 100644
--- a/src/main/webapp/WEB-INF/tags/pendingQuestions.tag
+++ b/src/main/webapp/WEB-INF/tags/pendingQuestions.tag
@@ -4,45 +4,52 @@
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<%@attribute name="history" type="br.com.caelum.brutal.model.ModeratableAndPendingHistory" required="true" %>
-
+
+
+
+
+
-
-
- -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${question.views}
-
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ ${question.views}
+
+
+
+
+
+
-
-
-
-
-
-
-
-
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/tags/rssTagHeader.tag b/src/main/webapp/WEB-INF/tags/rssTagHeader.tag
index 2b472eb43..bb145c71a 100644
--- a/src/main/webapp/WEB-INF/tags/rssTagHeader.tag
+++ b/src/main/webapp/WEB-INF/tags/rssTagHeader.tag
@@ -24,9 +24,9 @@
${title}
-
+ <%--
-
+ --%>
diff --git a/src/main/webapp/WEB-INF/tags/tabs.tag b/src/main/webapp/WEB-INF/tags/tabs.tag
index 8b030d59e..2f90cb31d 100644
--- a/src/main/webapp/WEB-INF/tags/tabs.tag
+++ b/src/main/webapp/WEB-INF/tags/tabs.tag
@@ -4,7 +4,7 @@
<%@attribute name="title" type="java.lang.String" required="false" %>
<%@attribute name="useSubheader" type="java.lang.Boolean" required="false"%>
-