If I create a new album with title "It's my car" in Latest Album I see "It's my car"
How I can fix this? Thank you! ^^

Comments

NeilPorter’s picture

Probably not the best fix in the world but it worked for me.

In photos.page.inc around line 597 change:-

$node->titlelink = l(check_plain($node->title),'node/'.$node->nid);

to:-

$node->titlelink = l($node->title,'node/'.$node->nid);

i.e. remove the check_plain().

Not sure what implications this has though, so be warned.

heine’s picture

l() check_plains $text itself, unless $html is set to TRUE. This fix is sound.

Jackl85’s picture

Status: Active » Fixed

Perfect! You are very fast!
Thank you!

Status: Fixed » Closed (fixed)

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

Jackl85’s picture

Version: 6.x-2.5-beta3 » 6.x-2.5-beta4
Status: Closed (fixed) » Reviewed & tested by the community

Please Berdir, can you add this fix in next release? Thank you!

Jackl85’s picture

Status: Reviewed & tested by the community » Closed (fixed)

close old issue