Fix image tag indentation in preview template
This commit is contained in:
parent
a8d3762b19
commit
d319e5ef98
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<div class="d-flex align-items-start gap-3">
|
||||
|
||||
{* PHOTO DE PROFIL *}
|
||||
<img src=".{$objProject->getUser_image()}"
|
||||
<img src="{$objProject->getUser_image()}"
|
||||
class="rounded-circle flex-shrink-0 mt-2 ml-5"
|
||||
style="width: 48px; height: 48px; object-fit: cover;"
|
||||
alt="Photo de profil">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue