summaryrefslogtreecommitdiff
path: root/new/lib/crys/processors/common_parts.rb
diff options
context:
space:
mode:
authormms <git@sapka.me>2025-01-07 20:52:12 +0100
committermms <git@sapka.me>2025-01-07 20:52:12 +0100
commit2781360c7c25404c5a1fd03ed3472d43367ed8c6 (patch)
treebdc914bd76696e8725617686c3d07cbdce8ef21b /new/lib/crys/processors/common_parts.rb
parentb50e4a5f40bc64fa1893d249d83c05ecd217de1d (diff)
lots
Diffstat (limited to 'new/lib/crys/processors/common_parts.rb')
-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 1dbf6d8..4e1dae5 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)