From 23d96df630689d122c023d76ec1d40d7688d2c96 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Wed, 19 Jan 2011 15:59:12 +0100 Subject: extend authorization and rdf serialization for validation --- lib/to-html.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/to-html.rb') diff --git a/lib/to-html.rb b/lib/to-html.rb index 1bc1496..e9764ef 100755 --- a/lib/to-html.rb +++ b/lib/to-html.rb @@ -27,7 +27,8 @@ module OpenTox # @return [String] html page def self.text_to_html( text, related_links=nil, description=nil, post_params=nil ) - title = $sinatra.url_for($sinatra.request.env['PATH_INFO'], :full) if $sinatra + # TODO add title as parameter + title = nil #$sinatra.url_for($sinatra.request.env['PATH_INFO'], :full) if $sinatra html = < -- cgit v1.2.3