id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
8628	[Patch] bookmark.url not being expanded correctly on sub sites	sandinak	saigon	 - I have a site at /trac/atol\r\n - have the most recent bookmarks plugin\r\n - we are seeing this:\r\n\r\n{{{\r\n\r\n    <ul class="bookmarks">\r\n        <li class="report">\r\n            <a href="/report/8">{8}</a>\r\n                Active Tickets, Mine first (<a href="/trac/atol/bookmark/delete_in_page/report/8">delete</a>)\r\n        </li>\r\n    </ul>\r\n}}}\r\n\r\nfor code that looks like this in the list.html template:\r\n{{{\r\n <ul class="bookmarks">\r\n      <py:for each="bookmark in bookmarks">\r\n        <li class="${bookmark.realm}">\r\n            <a href="${bookmark.url}">${bookmark.linkname}</a>\r\n                ${bookmark.name} (<a href="${bookmark.delete}">delete</a>)\r\n        </li>\r\n      </py:for>\r\n    </ul>\r\n}}}\r\n\r\nappears that the bookmark.url is not being expanded correctly.  \r\n	defect	closed	normal	BookmarkPlugin	major	fixed		melissa.k.mcdowell@nasa.gov	0.12
