| 69 | 			// check whether file starts with '<svg', '<SVG', '<xml', or '<XML'... | 72 | 			// check whether file starts with '<svg', '<SVG', '<xml', or '<XML'... | 
        
          | 71 | 			if (this.value.indexOf('PHN2Z') === 0 || this.value.indexOf('PFNWR') === 0 || this.value.indexOf('PFhNT') || this.value.indexOf('PHhtb')) { | 74 | 			if (this.value.indexOf('PHN2Z') === 0 || this.value.indexOf('PFNWR') === 0 || this.value.indexOf('PFhNT') || this.value.indexOf('PHhtb')) { |