Skip to content

Commit 4ddf50d

Browse files
committed
Fix extraneous spaces around hash in daily report spark plot
Small and insignificant change to make chrome do something sensible with the hover text box since it was apparently treating the leading and trailing spaces as significant. Change-Id: Id1c5949db9115e7917e3ec436a9027d85d4e04f5
1 parent 94d3e8e commit 4ddf50d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lnt/server/ui/templates/reportutils.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@
5959
{%- endif -%}
6060
<rect x="{{(nr_days-day_nr-0.5) * x_day_spacing + x_border_size}}" y="0"
6161
width="{{x_day_spacing}}" height="{{full_height}}" style="{{style}}">
62-
<title>
63-
Hash: {{dr.cr.cur_hash}}
64-
</title>
62+
<title>Hash: {{dr.cr.cur_hash}}</title>
6563
</rect>
6664
{%- endmacro -%}
6765
<span>

0 commit comments

Comments
 (0)