mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 17:07:03 +03:00
Views to UTF-8 no-break spaces
This commit is contained in:
parent
134deb8d73
commit
ace913a1e3
1 changed files with 1 additions and 1 deletions
|
|
@ -899,6 +899,6 @@ class ServiceActions
|
||||||
$this->oActions->ProcessTemplate($sName, \file_get_contents($sFile)).'</template>';
|
$this->oActions->ProcessTemplate($sName, \file_get_contents($sFile)).'</template>';
|
||||||
}
|
}
|
||||||
|
|
||||||
return $sHtml;
|
return \str_replace(' ', "\xC2\xA0", $sHtml);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue