Closed (duplicate)
Project:
Location
Version:
6.x-3.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
18 Nov 2008 at 17:18 UTC
Updated:
15 Apr 2009 at 05:03 UTC
I have come across an issue with some themes in how the See Map link renders. Since it is just a link, it can render inline with some of the content that comes after it.
I have made this small adjustment to my location.inc to include a wrapper for it.
Line 52
- return t($link_text) . implode($links, ", ");
+ return '<div class="mapurl">'.t($link_text) . implode($links, ", ").'</div>';
Just a suggestion
Comments
Comment #1
yesct commentedmarking duplicate of #172646: Add div class for map links
also tagging.