Fix bug in epub navigation.
Ten commit jest zawarty w:
rodzic
bc47068da6
commit
604f72d860
1 zmienionych plików z 1 dodań i 1 usunięć
|
|
@ -218,7 +218,7 @@ class EPub {
|
|||
private function getNavPointDetail ($node) {
|
||||
$title = $this->toc_xpath->query('x:navLabel/x:text', $node)->item(0)->nodeValue;
|
||||
$src = $this->toc_xpath->query('x:content', $node)->item(0)->attr('src');
|
||||
$src = $this->decodeComponentName ($src);
|
||||
$src = $this->encodeComponentName ($src);
|
||||
return array("title" => $title, "src" => $src);
|
||||
}
|
||||
|
||||
|
|
|
|||
Ładowanie…
Dodaj tabelę
Add a link
Odniesienie w nowym zgłoszeniu