Allow whitespace on background-images, w3 compliance

master
RobertBaron 2017-02-23 19:03:15 -06:00
parent b143e5976b
commit f070ba47ec
1 changed files with 1 additions and 1 deletions

View File

@ -3085,7 +3085,7 @@
// Images // Images
if( backgroundImage ) { if( backgroundImage ) {
background.style.backgroundImage = 'url('+ backgroundImage +')'; background.style.backgroundImage = 'url('+ encodeURI(backgroundImage) +')';
} }
// Videos // Videos
else if ( backgroundVideo && !isSpeakerNotes() ) { else if ( backgroundVideo && !isSpeakerNotes() ) {