Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
TXP 4.9-dev: txp:linklist and labeltag
The <txp:linklist />
seems to ignore the labeltag
attribute. It works fine for some other tags tested (e.g <txp:category_list />
).
PHP 8.2 and 8.1, tested on localhost and the demo server.
Input:
<txp:linklist wraptag="ul" break="li" label="Elsewhere:" labeltag="h3" />
Actual output – uncle, where is my h3
? And what is that <br>
doing there?
Elsewhere:
<br>
<ul>
<li>………</li>
</ul>
Expected output – the “Elsewhere:” string inside the h3
<h3>Elsewhere:</h3>
<ul>
<li>………</li>
</ul>
The same construct works fine with Textpattern 4.8.8.
Last edited by phiw13 (2023-04-19 08:53:53)
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline
Re: TXP 4.9-dev: txp:linklist and labeltag
That’s annoying, labeltag
looks broken in all tags moved to separate classes. Will investigate, thanks for the report.
Offline
Offline
Re: TXP 4.9-dev: txp:linklist and labeltag
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
Offline