summaryrefslogtreecommitdiff
path: root/bin/sp
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sp')
-rwxr-xr-xbin/sp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sp b/bin/sp
index 68a0e3db..9f95229a 100755
--- a/bin/sp
+++ b/bin/sp
@@ -110,7 +110,7 @@ class ServiceProvider
</body>
</html>
ERB
- erb = ERB.new(template, nil, trim_mode: '-')
+ erb = ERB.new(template, trim_mode: '-')
html = erb.result(binding)
[200, { 'Content-Type' => "text/html" }, [html]]
end