-
-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
- I'm on the latest version of djLint
- I've searched the issues
- I've read the docs
System Info
reproduced in https://djlint.com/demo/ on 2025/11/12
Running with Python 3.13.2; djLint 1.36.4
Issue
How To Reproduce
this input:
<table>
<tr>
<th>End Date:</th>
<td>
<a href="">
<span><i class=""></i>
Expires in {{ allocation.expires_in }} day{{ allocation.expires_in|pluralize }} - Click to renew
</span>
</a>
</td>
</tr>
</table>makes this output:
<table>
<tr>
<th>End Date:</th>
<td>
<a href="">
<span><i class=""></i>
Expires in {{ allocation.expires_in }} day{{ allocation.expires_in|pluralize }} - Click to renew
</span>
</a>
</td>
</tr>
</table>Reactions are currently unavailable