Update scheduler templates
There is a required change that you need to make to the IXIASOFT CCMS Scheduler templates.
The beginning of the template files look like this:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="1.0" encoding="UTF-16" indent="yes"/>
But the HTML version needs to be 4.0:
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" version="4.0" encoding="UTF-16" indent="yes"/>
If you do not fix the version number, then IXIASOFT CCMS Scheduler may send blank emails to users if change status notifications are enabled.
To fix the issue, you need to modify the templates: