diff --git a/styles/prosilver/template/portal/modules/news_compact_center.html b/styles/prosilver/template/portal/modules/news_compact_center.html
index 1c07c544..752e259c 100644
--- a/styles/prosilver/template/portal/modules/news_compact_center.html
+++ b/styles/prosilver/template/portal/modules/news_compact_center.html
@@ -26,7 +26,6 @@
{NEWEST_POST_IMG}
{news_row.ATTACH_ICON_IMG}
- {L_VIEW_TOPIC_POLL}
{news_row.TITLE} •
{L_VIEW_UNREAD_POST} •
@@ -73,4 +72,4 @@
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
-
\ No newline at end of file
+
diff --git a/styles/subsilver2/template/portal/modules/news_compact_center.html b/styles/subsilver2/template/portal/modules/news_compact_center.html
index 058ae56e..f3aa40c3 100644
--- a/styles/subsilver2/template/portal/modules/news_compact_center.html
+++ b/styles/subsilver2/template/portal/modules/news_compact_center.html
@@ -30,7 +30,7 @@
 |
[ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {news_row.PAGINATION} ]
- {news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}: {news_row.TITLE}
+ {news_row.ATTACH_ICON_IMG} {L_VIEW_TOPIC_POLL}{news_row.TITLE}
{L_POSTED} {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} » {news_row.TIME}
{L_FORUM}: {news_row.FORUM_NAME}
@@ -61,4 +61,4 @@
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
-
\ No newline at end of file
+
|