Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Mar 2011 at 05:59 UTC
Updated:
3 Jan 2014 at 02:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damienmckennaSounds like it needs to be verified & fixed for the next release.
Comment #2
dave reidI cannot duplicate this with the current code (6.x-1.x).
Comment #3
kalis1I confirm the bug, which happens when you've previously set a canonical url, and then erase it. In this configuration, the canonical meta displayed in the source code is equal to the node's path...
Comment #4
damienmckennaI believe this is working in the current 6.x-1.x codebase because of the following:
This will not pass an empty string to the url() function, thus if no path string is available it will not try to display anything.
All the same, here's a tiny tweak.
Comment #5
damienmckennaThe tweak rerolled.
Comment #6
3dloco commentedThanks Damien, patch in #5 works for me.
Comment #7
damienmckenna@3dloco: Thanks for the review. This fix has been committed.