From 7963fa05c510b3e503e04ce91d2cb1246e11a9b2 Mon Sep 17 00:00:00 2001 From: rautenberg Date: Wed, 5 Nov 2014 16:44:41 +0100 Subject: add missing opening body tag in to_html method / remove autologin to avoid confusion with configuration errors --- lib/overwrite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/overwrite.rb b/lib/overwrite.rb index 1c9517d..c96c2d8 100644 --- a/lib/overwrite.rb +++ b/lib/overwrite.rb @@ -54,7 +54,7 @@ class String # TODO add title as parameter title = nil #$sinatra.to($sinatra.request.env['PATH_INFO'], :full) if $sinatra - html = "" + html = "" html << ""+title+"" if title #html += "<\/img>" -- cgit v1.2.3