From 3e57cfd6a551076089462e903823d215a6615e9c Mon Sep 17 00:00:00 2001 From: mguetlein Date: Fri, 28 Oct 2011 11:22:11 +0200 Subject: add subjectid param to to-html function call --- application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application.rb b/application.rb index 18a6c82..b62f6f5 100644 --- a/application.rb +++ b/application.rb @@ -26,7 +26,7 @@ get '/?' do case request.env['HTTP_ACCEPT'] when /text\/html/ content_type "text/html" - OpenTox.text_to_html list + OpenTox.text_to_html list,@subjectid else content_type 'text/uri-list' list -- cgit v1.2.3