If a taxonomy term name contains an ampersand (&) it is rendered as & in the category list.

On the rest of the site the terms are displayed with &.

CommentFileSizeAuthor
#4 tb_amp_display.jpg18.13 KBnancydru

Comments

nancydru’s picture

Assigned: Unassigned » nancydru
Status: Active » Postponed (maintainer needs more info)

Hmm, I'm not seeing this. Is there a URL where I can see it?

nancydru’s picture

I do see that the June 6 commit made a small change in this area. Are you using the versions after that?

Anonymous’s picture

I use 6.x-1.x-dev (2008-Jun-07)6.x-1.x-dev (2008-Jun-09).

nancydru’s picture

StatusFileSize
new18.13 KB

I'd like to see this on your site, if possible. As you can see from the attached image, I have several special HTML characters that display fine.

Anonymous’s picture

Nancy, have you got my e-mail?

It works properly with the Selection type 'Check boxes' but not with 'Selection box'!

nancydru’s picture

Yes, I was just responding to it, and discovered the same thing. I don't know why the Forms API distinguishes, but the problem is in the core Forms module.

I'll take a look at the core code and see if it's worth submitting an issue and patch to fix it.

nancydru’s picture

Status: Postponed (maintainer needs more info) » Fixed

Fix committed to both branches.

junyor’s picture

Version: 6.x-1.x-dev » 5.x-1.3
Priority: Normal » Critical
Status: Fixed » Active

After updating to Taxonomy Browser 5.x-1.3, the taxonomy browser page stopped displaying. I found that it was caused by using PHP 4 with this patch: htmlspecialchars_decode wasn't added until 5.1.0.

nancydru’s picture

Status: Active » Fixed

Yes, I discovered that in a another module and didn't realize I was using that here too.

Fix committed to both branches.

BTW, D7 will require at least PHP 5.2.5 and MySql 5+. Time to get your host started with upgrading to supported software levels.

junyor’s picture

Thank you.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.