possible bug with the Comcode list tag
Posted
#5990
(In Topic #1241)
list tag bug.jpg
This is what I did:
Code
[list="1"]
[*] one
and blank line
[*] two
and blank line
[/list]
And this is the outcome I got:
- one
and blank line - two
and blank line
There should only be 2 entries but for some reason the list starts with an empty first slot, so I wind up with three.
To fix this, I did:
Code
[list="1"]one
and blank line
[*] two
and blank line
[/list]
That seemed to work.
Not sure if this same behavior exhibits itself across the site, but this is what was happening when I used the list tag while creating a new FAQ entry.
Posted
Automated fix message
This issue has now been filed on the tracker as issue #4226, with a fix.System said
This is a spacer post for a website comment topic. The content this topic relates to: The GAP Project
Posted
Posted
Chris Graham said
I could not reproduce exactly as stated, but on reviewing the code I think the above is the correct fix.
From “Post #6689”, 3rd Feb 2021
Okay, thanks Chris. I'll check out the hotfix and see if that addresses what I experienced. Not a big deal as I was able to work around it, but wanted to share in case it hadn't been reported already.
2 guests and 0 members have recently viewed this.

