summaryrefslogtreecommitdiff
path: root/new/lib
diff options
context:
space:
mode:
Diffstat (limited to 'new/lib')
-rw-r--r--new/lib/crys/processors/common_parts.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/new/lib/crys/processors/common_parts.rb b/new/lib/crys/processors/common_parts.rb
index 1dbf6d82..4e1dae56 100644
--- a/new/lib/crys/processors/common_parts.rb
+++ b/new/lib/crys/processors/common_parts.rb
@@ -7,9 +7,7 @@ module Crys
assets << image
code = ERB.new <<-EOF
-<a href="<%=url%>">
-<img src="<%=image.relative_path%>" width="88" height="31" class="webbutton" alt="<%=alt%>">
-</a>
+<a href="<%=url%>"><img src="<%=image.relative_path%>" width="88" height="31" class="webbutton" alt="<%=alt%>"></a>
EOF
code.result(binding)