mailman: fix missing newline release_20190109-3
authorClinton Ebadi <clinton@unknownlamer.org>
Thu, 10 Jan 2019 03:15:24 +0000 (22:15 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Thu, 10 Jan 2019 03:15:24 +0000 (22:15 -0500)
whoops

src/plugins/mailman.sml

index a601155..6a3b0e1 100644 (file)
@@ -133,7 +133,7 @@ val () = Env.actionV_one "mailmanVhost"
                                  print cert;
                                  print "\n")
                               | NONE => if forcessl then
-                                            (print "RewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R,L]")
+                                            (print "\tRewriteRule ^(.*)$ https://%{HTTP_HOST}$1 [R,L]\n")
                                         else
                                             ();
                             (*