Here is my code
<?xml version="1.0" encoding="utf-8" ?>
<comicInfo friendlyName="A Modest Destiny 1" author="Willomo">
<startUrl><![CDATA[http://www.squidi.net/comic/amd/view.php?series=amd&ep=1&id=362]]></startUrl>
<firstIssue><![CDATA[http://www.squidi.net/comic/amd/comic/amd1-001.gif]]></firstIssue>
<comicRegex><![CDATA[?<content>/comics/amd1-[0-3][0-9][0-9][^.]*\.(gif)]]></comicRegex>
<backButtonRegex><![CDATA[<a shref='/view.php?series=amd&ep=1&id=[0-3][0-9][0-9]'>Prev</a>]]></backButtonRegex>
</comicInfo>
http://www.squidi.net/comic/amd/view.php?series=amd&ep=1&id=1 This is the comic.
<a href='http://www.squidi.net/comic/amd/view.php?series=amd&ep=1&id=361'>Prev</a> That's the code for the back button on the actual source page
What's wrong?