去掉错误的符号

dev_repository_hjq
lizanle 10 years ago
parent 8290741746
commit 3620cd99b6

@ -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

Loading…
Cancel
Save