I'm using version 0.8.10.
When I add css in the css stylesheet field in portal_newsletters/channels/default-channel (tab composer), the css is not rendered.
I looked at the composer-html.pt in browser directory of singing and dancing and I saw that the stylesheet tag was closed like this:
<style type="text/css"
tal:content="structure options/stylesheet"/>
some html tags needs the </tag> closing to work properly. For the style-tag is the case:
<style type="text/css"
tal:content="structure options/stylesheet"></style>
When I do this, then the css does work.
** Affects: singing-dancing
Importance: Undecided
Status: New
--
css code added in the stylesheet field is not rendered
https://bugs.launchpad.net/bugs/436673
You received this bug notification because you are a member of Singing &
Dancing developers, which is the registrant for Singing & Dancing.
Status in Singing & Dancing: New
Bug description:
I'm using version 0.8.10.
When I add css in the css stylesheet field in portal_newsletters/channels/default-channel (tab composer), the css is not rendered.
I looked at the composer-html.pt in browser directory of singing and dancing and I saw that the stylesheet tag was closed like this:
<style type="text/css"
tal:content="structure options/stylesheet"/>
some html tags needs the </tag> closing to work properly. For the style-tag is the case:
<style type="text/css"
tal:content="structure options/stylesheet"></style>
When I do this, then the css does work.
Closing this as fixed.
** Changed in: singing-dancing
Status: New => Won't Fix
** Changed in: singing-dancing
Status: Won't Fix => Fix Committed
** Changed in: singing-dancing
Status: Fix Committed => Fix Released
--
css code added in the stylesheet field is not rendered
https://bugs.launchpad.net/bugs/436673
You received this bug notification because you are a member of Singing &
Dancing developers, which is the registrant for Singing & Dancing.
Status in Singing & Dancing: Fix Released