Skip to content

Commit

Permalink
Update book.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomozart committed Jan 31, 2024
1 parent 2cdbcff commit 383dfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/book.php
Expand Up @@ -128,7 +128,7 @@ function internallink($id, $name = NULL, $returnonly = false) {
$name = $this->_getLinkTitle($name, $default, $isImage, $id);

// build the absolute URL (keeping a hash if any)
list($id,$hash) = explode('#',$id,2);
list($id,$hash) = sexplode('#',$id,2);

// Is the link a link to a page included in the book?
$pages = $this->actioninstance->getExportedPages();
Expand Down

0 comments on commit 383dfda

Please sign in to comment.