We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0498af + 4ddf50d commit 898e036Copy full SHA for 898e036
lnt/server/ui/templates/reportutils.html
@@ -59,9 +59,7 @@
59
{%- endif -%}
60
<rect x="{{(nr_days-day_nr-0.5) * x_day_spacing + x_border_size}}" y="0"
61
width="{{x_day_spacing}}" height="{{full_height}}" style="{{style}}">
62
- <title>
63
- Hash: {{dr.cr.cur_hash}}
64
- </title>
+ <title>Hash: {{dr.cr.cur_hash}}</title>
65
</rect>
66
{%- endmacro -%}
67
<span>
0 commit comments