We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2f49d commit 553416dCopy full SHA for 553416d
src/main/scala/fr/brouillard/gitbucket/announce/controller/AnnounceController.scala
@@ -80,10 +80,10 @@ trait AnnounceControllerBase extends ControllerBase {
80
}
81
email.setCharset("UTF-8")
82
email.setSubject(form.subject)
83
- email.setSendPartial(true);
+ email.setSendPartial(true)
84
85
- val opts = new Options();
86
- opts.setSanitize(true);
+ val opts = new Options()
+ opts.setSanitize(true)
87
88
email.setHtmlMsg(Marked.marked(form.content, opts))
89
0 commit comments