diff --git a/lib/models/Courseware/StructuralElement.php b/lib/models/Courseware/StructuralElement.php
index a4f5cf1f8f0e4ef8fea8f6605a15751e1ef07796..aee01a2c3ca4e4e64a1641a3f790cb1cb6d8dd5a 100644
--- a/lib/models/Courseware/StructuralElement.php
+++ b/lib/models/Courseware/StructuralElement.php
@@ -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);