Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix JENKINS-17733
  • Loading branch information
stmontgomery committed Apr 24, 2013
1 parent d70bfe6 commit 4acdd99
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ f.entry(title: _("Project Reply-To List"), help: "/plugin/email-ext/help/project
input(name: "project_replyto", value: instance.replyTo, class: "setting-input validated", checkUrl: "'${rootURL}/publisher/ExtendedEmailPublisher/recipientListRecipientsCheck?value='+encodeURIComponent(this.value)", type: "text")
}
else{
input(name: "project_replyto", value: "\$DEFAULT_RECIPIENTS", class: "setting-input validated", checkUrl: "'${rootURL}/publisher/ExtendedEmailPublisher/recipientListRecipientsCheck?value='+encodeURIComponent(this.value)", type: "text")
input(name: "project_replyto", value: "\$DEFAULT_REPLYTO", class: "setting-input validated", checkUrl: "'${rootURL}/publisher/ExtendedEmailPublisher/recipientListRecipientsCheck?value='+encodeURIComponent(this.value)", type: "text")
}
}
f.entry(title: _("Content Type"), help: "/plugin/email-ext/help/projectConfig/contentType.html") {
Expand Down

0 comments on commit 4acdd99

Please sign in to comment.