Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/DevicesDetection/templates/list.twig')
-rw-r--r--plugins/DevicesDetection/templates/list.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DevicesDetection/templates/list.twig b/plugins/DevicesDetection/templates/list.twig
index d51fb732ff..0619030474 100644
--- a/plugins/DevicesDetection/templates/list.twig
+++ b/plugins/DevicesDetection/templates/list.twig
@@ -1,7 +1,7 @@
<table class="entityTable">
{% for name,image in itemList %}
<tr>
- <td><img src="{{ image }}" /> {{ name }}</td>
+ <td><img height="16px" width="16px" src="{{ image }}" /> {{ name }}</td>
</tr>
{% endfor %}
</table>