You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm upgrading an app that uses an older version of tinybutstrong, to a more recent version to get it to run on php7 (and 8) as well as start using composer.
I run into a possible bug when an attribute is to be removed from the template using magnet config. It could also be I'm doing something wrong.
I can reproduce the problem with a small bit of code+template.
The following started failing in 3.10.0. Using version 3.9.0 works just fine.
<ul>
<li>
<a href="/wherever" target="_blank" rel="nofollow">
Just a label
</a>
</li>
<li>
<a href="/wherever">
Just a label
</a>
</li>
<li>
<a href="/wherever"items.target;magnet=#]"items.follow;magnet=#]">
Just a label
</a>
</li>
<li>
<a href="/wherever" target="_blank" rel="nofollow">
Just a label
</a>
</li>
</ul>
As you can see the first 2 items go fine, but whenever it needs to remove the same attribute for the next row again it fails for some reason.
Am I doing something wrong here? or was a bug introduced in version 3.10 ?
Thanks.
The text was updated successfully, but these errors were encountered:
I'm upgrading an app that uses an older version of tinybutstrong, to a more recent version to get it to run on php7 (and 8) as well as start using composer.
I run into a possible bug when an attribute is to be removed from the template using magnet config. It could also be I'm doing something wrong.
I can reproduce the problem with a small bit of code+template.
The following started failing in 3.10.0. Using version 3.9.0 works just fine.
template.html :
This results in the following output:
As you can see the first 2 items go fine, but whenever it needs to remove the same attribute for the next row again it fails for some reason.
Am I doing something wrong here? or was a bug introduced in version 3.10 ?
Thanks.
The text was updated successfully, but these errors were encountered: