Don't change link startin with #

--HG--
extra : rebase_source : c99eff768822359891d059ba4dbbcca3f385efd1
This commit is contained in:
Sébastien Lucas 2013-08-30 20:59:57 +02:00
parent 2cb1682d3b
commit fa52a58c54

View file

@ -38,6 +38,7 @@ try {
return $path;
}
$comp = $book->getComponentName ($component, $path);
if (!$comp) return "#";
return "$method'epubfs.php?{$add}comp=$comp'";
};