]> BookStack Code Mirror - bookstack/blobdiff - app/Repos/EntityRepo.php
Finished migration of last angular code
[bookstack] / app / Repos / EntityRepo.php
index 9a6db3fc35f9504bd2e74f5eebaa7a675883feb3..c2899b136ad341137642f30bb0e85605d5639e91 100644 (file)
@@ -716,7 +716,6 @@ class EntityRepo
             $content = str_replace($matches[0][$index], trim($innerContent), $content);
         }
 
-        $page->setAttribute('renderedHTML', $content);
         return $content;
     }