mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Added ability to set a page to view on the homepage.
Relates to #372 and #126
This commit is contained in:
@ -710,6 +710,7 @@ class EntityRepo
|
||||
$content = str_replace($matches[0][$index], trim($innerContent), $content);
|
||||
}
|
||||
|
||||
$page->renderedHTML = $content;
|
||||
return $content;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user