Open akuma opened 8 years ago
The example html content:
<style> /* somebody <somebody@gmail.com> */ .content { background: #002b36; color: #839496; } </style> <div class="content">Hello!</div>
The error result is:
<style> /* somebody <somebody@gmail.com> */ .content { background: #002b36; color: #839496; } </somebody@gmail.com></style> <div class="content">Hello!</div>
The result should be:
<div class="content" style="background: #002b36; color: #839496;">Hello!</div>
The example html content:
The error result is:
The result should be: