Enabling ERB evaluation when unescape is disabled

If you have disabled the automatic HTML-entity unescape functionality, you can still enable support for ERB expressions in the message body.

Use

Do the following:

  • Add the erb attribute to the unescape enabled tag in the preferences element and set it to "true"

Example:

    <body>
        <html>
            ….
            <preferences>
                <stats>
                    <links>parse</links>
                    <unescape enabled=false erb=true>
                </stats>
            </preferences>

Support for ERB expressions is automatically activated if the unescape functionality is enabled (default).

Next page:

Push message section


Also see:

Other links: