Corrections syntaxiques href

This commit is contained in:
Jean-Christophe Engel 2026-04-20 11:18:44 +02:00
parent 0b41a5f9c7
commit 578450da42
8 changed files with 15 additions and 15 deletions

View file

@ -62,7 +62,7 @@
<div class="informations">
<dl class="describe">
<dt>Écriture</dt>
<dd><span class="num"><a href={{$trans_url}}>#{{$ligne_immo.trans_id}}</a></span> {{$ligne_immo.label}}</dd>
<dd><span class="num"><a href="{{$trans_url}}">#{{$ligne_immo.trans_id}}</a></span> {{$ligne_immo.label}}</dd>
<dt>Montant</dt>
<dd class="money strong">{{"%f"|math:$ligne_immo.amount|money_currency_html:false|raw}}</dd>
</dl>