Posted by killes@www.drop.org on July 2, 2008 at 12:11pm
| Project: | TrailScout |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | killes@www.drop.org |
| Status: | reviewed & tested by the community |
Issue Summary
This patch fixes two bugs:
1) use the path alias for links
2) revert encoding in titles retrieved from drupal_get_title. If you don't do that, then the additional check_plain in l() will lead to double encoding giving you ugly entities on screen.
Comments
#1
and here's the patch...
#2
Looks good. Thanks, killes!