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
Branches
No related tags found
No related merge requests found
......@@ -1035,7 +1035,7 @@ SQL;
return '';
}
$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 .= $this->getContainerPdfExport();
$doc->writeHTML($html);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment