Fixed some inspection issues.

This commit is contained in:
Jan Böhmer 2019-03-20 23:24:20 +01:00
parent e2f7aafa2d
commit 3fe452626d
9 changed files with 25 additions and 27 deletions

View file

@ -18,7 +18,7 @@
<div class="col-md-9">
<div class="row">
<div class="col-md-3">
<img src="{{ main_image }}" class="img-fluid img-thumbnail bg-light" height="300" width="300">
<img src="{{ main_image }}" class="img-fluid img-thumbnail bg-light" alt="Part main image" height="300" width="300">
</div>
<div class="col-md-9">
<h5 class="text-muted pt-2" title="{% trans %}manufacturer.label{% endtrans %}">{{ part.manufacturer.name ?? ""}}</h5>

View file

@ -9,7 +9,7 @@
<div class="card-body row">
<div class="col-md-2">
<div class="img-thumbnail">
<img class="img-fluid img-rounded" src="{{ avatar }}">
<img class="img-fluid img-rounded" alt="User avatar" src="{{ avatar }}">
</div>
</div>
<div class="col-md-5">

View file

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="{{ app.request.locale }}">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">