mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08: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…
Reference in a new issue