1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-15 03:05:26 +02:00
This commit is contained in:
Ryan Cramer
2020-08-18 11:23:47 -04:00
parent 6f4a76d74e
commit 0b9f07f3c4

View File

@@ -580,6 +580,7 @@ class PageRender extends WireData implements Module, ConfigurableModule {
if(!$pos) {
// there still may be region related stuff that needs to be removed like <region> tags
$markupRegions->removeRegionTags($html);
$html = $markupRegions->stripOptional($html);
return;
}