christopher-ramirez/secretary

Style tags created on render are discarted

christopher-ramirez opened this issue · 0 comments

Style tags created with Renderer.insert_style_in_content method while rendering a template are not included in the final document.

This is happening because insert_style_in_content is working over self.content which is then overwritten on line 487.