We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7cc0578 + 610970e commit 0612257Copy full SHA for 0612257
src/js/helpers/go.js
@@ -21,7 +21,7 @@ export default (form, output) => {
21
?
22
' w.Header().Add("Strict-Transport-Security", "max-age='+output.hstsMaxAge+'")\n'
23
: '')+
24
- ' w.Write([]byte("This server is running the Mozilla '+form.config+' configuration.\n"))\n'+
+ ' w.Write([]byte("This server is running the Mozilla '+form.config+' configuration.\\n"))\n'+
25
' })\n';
26
27
if (form.hsts) {
0 commit comments