diff --git a/upload/styles/cb_2014/layout/blocks/common/rating.html b/upload/styles/cb_2014/layout/blocks/common/rating.html
index bb8c8c28..9a7dcc77 100755
--- a/upload/styles/cb_2014/layout/blocks/common/rating.html
+++ b/upload/styles/cb_2014/layout/blocks/common/rating.html
@@ -14,6 +14,9 @@
-->
+
+
{$vdo.views|number_format} {lang('views')}
+
diff --git a/upload/styles/cb_2014/layout/watch_video.html b/upload/styles/cb_2014/layout/watch_video.html
index f0fab95b..1b956459 100755
--- a/upload/styles/cb_2014/layout/watch_video.html
+++ b/upload/styles/cb_2014/layout/watch_video.html
@@ -24,12 +24,6 @@
{$video.date_added|niceTime}
-
-
-
- {$vdo.views|number_format} {lang('views')}
-
-
{show_video_rating rating=$vdo.rating ratings=$vdo.rated_by total='10' id=$vdo.videoid type=video file='blocks/common/rating.html'}
@@ -126,7 +120,7 @@
-
{lang code="Most Popular "}
+ {lang code="Most Popular"}
{foreach $videos as $video}
{include file="$style_dir/blocks/videos/video_popular.html"}
{/foreach}