Change By: Daniel Beck (26/Feb/15 7:55 PM)
Description: HTML format emails generated by the email ext plugin can include  "  {code} ' " {code}  strings.  "  {code} ' " {code}  is not a valid html escape sequence (see http://stackoverflow.com/questions/2083754/why-shouldnt-apos-be-used-to-escape-single-quotes) so when the email is viewed the escape sequence may not be correctly replaced by an actual apostrophe.

The stack overflow question linked suggest using the escape sequence
 "  {code} ' " {code}  instead.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to