diff --git a/app/views/admins/stats.html.haml b/app/views/admins/stats.html.haml
index 97c839db8..20bf38b7e 100644
--- a/app/views/admins/stats.html.haml
+++ b/app/views/admins/stats.html.haml
@@ -44,8 +44,9 @@
Posts over time
#stats_graph{:style => "text-align:right;position:relative;vertical-align:bottom;background-color:#eee;"}
- - @posts_per_day.each do |key, val|
- .asdo{:style => "display:inline-block;width:35px;vertical-align:bottom;background-color:#666;height:#{(val/@most_posts_within)*200}px;"}
+ = @posts_per_day.inspect
+ /- @posts_per_day.each do |key, val|
+ / .asdo{:style => "display:inline-block;width:35px;vertical-align:bottom;background-color:#666;height:#{(val/@most_posts_within)*200}px;"}
%br