Bug 341689: 'Edit Attachment As Comment' converts plain text to HTML entities - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
git-svn-id: svn://10.0.0.236/trunk@200115 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
// If this is a plaintext document, remove cruft that Mozilla adds
|
||||
// because it treats it as an HTML document with a big PRE section.
|
||||
// http://bugzilla.mozilla.org/show_bug.cgi?id=86012
|
||||
var contentType = '[% contenttype FILTER js %]';
|
||||
var contentType = '[% attachment.contenttype FILTER js %]';
|
||||
if ( contentType == 'text/plain' )
|
||||
{
|
||||
theContent = theContent.replace( /^<html><head\/?><body><pre>/i , "" );
|
||||
|
||||
Reference in New Issue
Block a user