diff --git a/app/views/tags/_show_projects.html.erb b/app/views/tags/_show_projects.html.erb
index 94d61c3ff..01d2161e7 100644
--- a/app/views/tags/_show_projects.html.erb
+++ b/app/views/tags/_show_projects.html.erb
@@ -1,15 +1,13 @@
<% if projects_results.size > 0 %>
-
Projects:
-
+
Projects:
<% projects_results.each do |prj| %>
-
- 项目名称:<%= link_to "#{prj.name}",:controller => "projects",:action => "show",:id => prj.id %>
-
- 项目描述:<%= prj.description %>;
-
-
+
+
项目名称:<%= link_to "#{prj.name}",:controller => "projects",:action => "show",:id => prj.id %>
+
项目描述:<%= prj.description %>;
+
+
<% end %>
<% end %>
diff --git a/app/views/tags/index.html.erb b/app/views/tags/index.html.erb
index af1fd38ca..83a30af13 100644
--- a/app/views/tags/index.html.erb
+++ b/app/views/tags/index.html.erb
@@ -1,13 +1,13 @@
-
+
-
- Selected Tags
+ Selected Tags
<%= render :partial => "selected_tags",:locals => {:selected_tags => $selected_tags,:show_flag => @obj_flag}%>
-
- Related Tags
+ Related Tags
<%= render :partial => "related_tags",:locals => {:related_tags => $related_tags,:show_flag => @obj_flag }%>
@@ -15,8 +15,8 @@
-
-
Search Results
+
+
Search Results