X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/756ee0b172034de7a36d7307b0b90afb26f81665..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; }