| Index: build/android/pylib/results/presentation/template/table.html
|
| diff --git a/build/android/pylib/results/presentation/template/table.html b/build/android/pylib/results/presentation/template/table.html
|
| index 5c2a2666d60c8f19fe9124c2b3e3ac62c4019424..57c996054bacb83f2318a4533b9426ae3c5b71c0 100644
|
| --- a/build/android/pylib/results/presentation/template/table.html
|
| +++ b/build/android/pylib/results/presentation/template/table.html
|
| @@ -25,6 +25,9 @@
|
| {%- elif cell.cell_type == 'links' -%}
|
| {% for link in cell.links %}
|
| <a href="{{link.href}}" target="{{link.target}}">{{link.data}}</a>
|
| + {% if not loop.last -%}
|
| + <br />
|
| + {%- endif %}
|
| {% endfor %}
|
| {%- elif cell.cell_type == 'action' -%}
|
| <a onclick="{{cell.action}}">{{cell.data}}</a>
|
|
|