Remove unnecessary outline type

This commit is contained in:
~lucidiot 2023-11-18 15:08:03 +01:00
parent 15f433c18b
commit e3ed825cf7
1 changed files with 2 additions and 2 deletions

View File

@ -29,10 +29,10 @@ doc("https://feeds.enviroflash.info/")//*[contains(@class, "formrow")]//tr/
))/raw)/cityBody) ! (
(: Ignore states where there are no feeds listed at all :)
if (exists(//tr[td[not(@colspan)][@id='name']])) then
<outline type="text" text="{$stateCode}">
<outline text="{$stateCode}">
{
//tr[td[not(@colspan)][@id='name']]
! <outline type="text" text="{td[@id='name']/text()}">
! <outline text="{td[@id='name']/text()}">
{
.//a[ends-with(@href, ".xml")]
! (