From 8a374b38d1e8b727f365b6ce5edf5424eb1a0c7d Mon Sep 17 00:00:00 2001 From: davor Date: Thu, 13 Dec 2012 15:27:30 +0100 Subject: Update lib/utils/html.rb Changed color ;-) --- lib/utils/html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/html.rb b/lib/utils/html.rb index d74f357..d1fb323 100644 --- a/lib/utils/html.rb +++ b/lib/utils/html.rb @@ -42,7 +42,7 @@ module OpenTox html += "

Description

"+description.link_urls+"

" if description html += "

Related links

"+related_links.link_urls+"

" if related_links html += "

Content

" if description || related_links - html += "

" + html += "

" html += "\n" if png_image html += text.link_urls html += "

" -- cgit v1.2.3