My wife reads the Discover Magazine feed and tells me that the Main menu, Section menu and Next links at the top of each article page (deepest pages) are all linking to external locations. Looking at the epub, I see that those links are really relative links, but the html code for each article page includes a base tag of the form:
<base href="http://discovermagazine.com ...>
Removing the base tag seems to fix the problem. Do recipe bugs belong here or in the bug tracker? Thanks.
Last edited by Starson17; 03-02-2010 at 07:11 AM.
|