summaryrefslogtreecommitdiff
path: root/report/report_application.rb
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-09-13 12:17:03 +0200
committermguetlein <martin.guetlein@gmail.com>2010-09-13 12:17:03 +0200
commitede7b60f62fb4385ce1358f49e92dd325ed251f6 (patch)
treeaf5bcb4d1142a67550c409b722a2031dd6ecd3df /report/report_application.rb
parent3cf7ecd7f1f4811e1b7f77ebc36cf280268b495c (diff)
fix report dtd - v2
Diffstat (limited to 'report/report_application.rb')
-rw-r--r--report/report_application.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/report/report_application.rb b/report/report_application.rb
index f76ff32..b8f7eed 100644
--- a/report/report_application.rb
+++ b/report/report_application.rb
@@ -18,7 +18,7 @@ def perform
end
-get '/+'ENV['REPORT_DTD'] do
+get '/'+ENV['REPORT_DTD'] do
content_type "application/xml-dtd"
body(File.new(ENV['REPORT_DTD']))
end