Download:
child 16:7adaad90a5d1
parent 14:1c5afefb3d78
15:e644175a79bb
Anton Shestakov <engored@ya.ru>, Thu, 07 May 2015 13:21:40 +0800
semicolons

1 файлов изменено, 2 вставок(+), 2 удалений(-) [+]
templates/results.html file | annotate | diff | comparison | revisions
--- a/templates/results.html Wed May 06 17:15:08 2015 +0800
+++ b/templates/results.html Thu May 07 13:21:40 2015 +0800
@@ -65,8 +65,8 @@
{% set result = results.get(cset['node'], {}) %}
{% set v1, c1, v2, c2 = result.get(mark, (None, None, None, None)) %}
<td>
- <span style="{% if c1 is not None %}background-color: rgb{{ str(c1) }}{% end %}">&nbsp;</span>{#
- #}<span style="{% if c2 is not None %}background-color: rgb{{ str(c2) }}{% end %}">&nbsp;</span>
+ <span style="{% if c1 is not None %}background-color: rgb{{ str(c1) }};{% end %}">&nbsp;</span>{#
+ #}<span style="{% if c2 is not None %}background-color: rgb{{ str(c2) }};{% end %}">&nbsp;</span>
<span title="without .hg/cache: {{ v1 }}">{{ '{:.2f}s'.format(v1) if v1 is not None else '-' }}</span>{#
#}/{#
#}<span title="with .hg/cache: {{ v2 }}">{{ '{:.2f}s'.format(v2) if v2 is not None else '-' }}</span>