去掉错误的符号

dev_repository_hjq
lizanle 10 years ago
parent 8290741746
commit 3620cd99b6

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

Loading…
Cancel
Save