Skip to content
Snippets Groups Projects
Commit ce7b07fc authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #2556

Closes #2556

Merge request studip/studip!1875
parent 4099f603
No related branches found
No related tags found
No related merge requests found
...@@ -1035,7 +1035,7 @@ SQL; ...@@ -1035,7 +1035,7 @@ SQL;
return ''; return '';
} }
$doc->addPage(); $doc->addPage();
$doc->Bookmark(htmlReady($this->title), $depth, 0, '', '', array(128,0,0)); $doc->Bookmark($this->title, $depth, 0, '', '', array(128,0,0));
$html = "<h1>" . htmlReady($this->title) . "</h1>"; $html = "<h1>" . htmlReady($this->title) . "</h1>";
$html .= $this->getContainerPdfExport(); $html .= $this->getContainerPdfExport();
$doc->writeHTML($html); $doc->writeHTML($html);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment