MrGlass,

> The link has a slug at the end. The slugify function is part of a
> different class, which has a different file and location. I had missed
> this file when I went through things fixing the encoding. I just
> Switched it to utf8 without bom, and I no longer get random chars.

Glad you could find the class file which produced the bogus output.
After cleaning up the routing.yml and the template files, I was out of
ideas which other files could have been compromised.

> I have no idea why it was only showing for the first link, or why it
> was appearing at the front of the link instead of before the slug.
> Regardless, my bug is gone.

The character appeared only once in the front of each function output
or template, because symfony automatically requires the class containing
your sluggify method. This happens only once, because the class is already
declared from that point on.

Regards,
Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to