We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c12c3 commit 6f6ec28Copy full SHA for 6f6ec28
site/plugins/kirby-bradshawsguide/components/template.php
@@ -40,6 +40,8 @@ public function render(array $data = []): string
40
41
// Indent HTML
42
if ($this->hasDefaultType() === true) {
43
+ // https://github.com/gajus/dindent/issues/15
44
+ $html = preg_replace("/à/u", "à", $html);
45
$html = $indenter->indent($html);
46
}
47
0 commit comments