summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sp b/bin/sp
index e9c9ddb..67cc5e4 100755
--- a/bin/sp
+++ b/bin/sp
@@ -128,7 +128,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