From df9a1e80575c0503cbe2a30a3ca549b6a8b1a606 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Wed, 1 Aug 2012 17:11:37 +0800 Subject: [PATCH] Fix typo --- app/views/admin/sites/sitemap_frontend.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/admin/sites/sitemap_frontend.html.erb b/app/views/admin/sites/sitemap_frontend.html.erb index c4aa33fd..cd8372d3 100644 --- a/app/views/admin/sites/sitemap_frontend.html.erb +++ b/app/views/admin/sites/sitemap_frontend.html.erb @@ -1,10 +1,10 @@
<% @items.each_with_index do |item, i| %>
-

<%= i+1 %><%= item.title %>

+

<%= i+1 %> <%= item.title %>