Hi,
Technically, you don't need the single quotes so you can remove them and it should work properly.
I caution you on doing this though because it makes it more difficult to customize the UI of your app later. I would add/change a class on the div in your code and then apply the background-image through CSS instead of inline style.
HTH,
Joe D.