We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e84bf commit a071673Copy full SHA for a071673
renderer/book.php
@@ -65,6 +65,8 @@ public function document_start() {
65
*/
66
public function document_end() {
67
//ODT file creation is performed by finalize_ODTfile()
68
+ // Switch links back on in case they were disabled at some point
69
+ $this->enable_links();
70
}
71
72
/**
renderer/page.php
@@ -287,6 +287,9 @@ function document_end(){
287
//$this->doc .= 'Path: '.$conf['mediadir'].'/'.$this->getConf("tpl_dir")."/".$this->template;
288
//$this->p_close();
289
290
+ // Switch links back on
291
292
+
293
// Insert TOC (if required)
294
$this->insert_TOC();
295
0 commit comments