diff --git a/app/views/challenges/_form.html.erb b/app/views/challenges/_form.html.erb
index 551f2b97a..0bd70e7b7 100644
--- a/app/views/challenges/_form.html.erb
+++ b/app/views/challenges/_form.html.erb
@@ -69,23 +69,11 @@
使用交互模式的 Python3 解释器
-
-
- 简单使用 vim 编写脚本文件并执行这个脚本文件
-
-
-
- Python 语法:缩进
-
-
-
- 规范代码风格和注释
-
-
diff --git a/app/views/tags/_tag_project_new_name.html.erb b/app/views/tags/_tag_project_new_name.html.erb
index e657071bc..ccf24e4c1 100644
--- a/app/views/tags/_tag_project_new_name.html.erb
+++ b/app/views/tags/_tag_project_new_name.html.erb
@@ -16,7 +16,7 @@
<% end %>
<% if User.current.logged?%>
- <%= l(:label_add_tag)%>
+ <%= l(:label_add_tag) %>
<%= form_for "tag_for_save",:remote => true,:url=>save_tag_path,:update => "tags_show",:complete => '$("#put-tag-form").slideUp();' do |f| %>
<%= f.text_field :name ,:id => "tags_name2",:size=>"20",:require=>true,:maxlength => Setting.tags_max_length,:minlength=>Setting.tags_min_length,:class =>"isTxt w90 f_l" %>