Magento Media URL stripping all forward slashes -
on dev box have noticed in text attributes media encased urls eg:
<img src="{{media url="wysiwyg/diagram/bigpool.jpg"}}"/>
are being displayed on front end
<img src="{{media url="wysiwyg diagram bigpool.jpg"}}"/>
and breaking image links. playing around {{skin url & {{ base url yields same results. urls outside of working fine.
to clarify saving correctly in database (with slashes) rendering in browser without breaking image.
i've hardcoded url without {{media url=""}}
, render fine.
has run problem before or ideas on causing this? google , se not being helpful!
the dev box running nginx, hhvm & magento ce 1.9.2
cheers.