X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/c81b63b56f080e8e7af3db1b396789ac107ebfdd..refs/pull/524/head:/app/Repos/EntityRepo.php diff --git a/app/Repos/EntityRepo.php b/app/Repos/EntityRepo.php index 9a6db3fc3..c2899b136 100644 --- a/app/Repos/EntityRepo.php +++ b/app/Repos/EntityRepo.php @@ -716,7 +716,6 @@ class EntityRepo $content = str_replace($matches[0][$index], trim($innerContent), $content); } - $page->setAttribute('renderedHTML', $content); return $content; }