去掉错误的符号

This commit is contained in:
lizanle 2015-04-17 12:00:47 +08:00
parent 8290741746
commit 3620cd99b6
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ class ProjectsController < ApplicationController
end
end
if params[:repository] == "pswd_is_null"
html << l(:label_password_not_null)<< ";"
html << l(:label_password_not_null)
end
flash[:error] = html if !html.to_s.blank?
end