#disable_html_escaping() #if ($changelogItemIssueDescription) #set ($oldstringKey = "oldstring") #set ($newstringKey = "newstring") #set ($oldText = $velocityhelper.getPrettyFieldString($changelogItemIssueDescription.getString("field"), $changelogItemIssueDescription.getString($oldstringKey), $i18n, "")) #set ($newText = $velocityhelper.getPrettyFieldString($changelogItemIssueDescription.getString("field"), $changelogItemIssueDescription.getString($newstringKey), $i18n, "")) #if ($changelogItemIssueDescription.getString($newstringKey)) #set ($newHTML = $changelogItemIssueDescription.getString($newstringKey)) #else #set ($newHTML = "") #end #if ($changelogItemIssueDescription.getString($oldstringKey)) #set ($oldHTML = $changelogItemIssueDescription.getString($oldstringKey)) #else #set ($oldHTML = "") #end #if ($newHTML.contains("" + $newHTML + "") #else #set($textParagraph = $!diffutils.diff($oldText, "background-color: ${auiErrorBackgroundColour}; text-decoration:line-through;", $newText, "background-color:${auiSuccessBackgroundColour};")) #end #rowWrapperNormal("#parse('templates/email/html/includes/patterns/text-paragraph.vm')", '', 'issue-description-container') #end