summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2011-05-20 10:52:32 +0200
committermguetlein <martin.guetlein@gmail.com>2011-05-20 10:52:32 +0200
commit8c78bf2358338cf5f795a65c9b1c21a48474169f (patch)
treee1dc9e04f1bd390663478be987d8377fbcf48409
parent32b7faa44ef70194e0ae1c5e43948eea785f9d04 (diff)
change location of to-html-opentox-image to local validation service
-rw-r--r--lib/to-html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/to-html.rb b/lib/to-html.rb
index 6785974..66a3e74 100644
--- a/lib/to-html.rb
+++ b/lib/to-html.rb
@@ -1,5 +1,5 @@
-OT_LOGO = "http://opentox.informatik.uni-freiburg.de/ot-logo.png"
+OT_LOGO = File.join(CONFIG[:services]["opentox-validation"],"resources/ot-logo.png")
class String