It's a bit odd markup in the source: <ol><section class="redQuote"> <li>Эротика, порнография</li> <li>Спам, реклама</li> <li>Оскорбление других пользователей</li></section> </ol>
But it works in the browser and in IV too as long as you don't just convert "redQuote" into <blockquote> without a fix. Markup is broken by template and should be fixed by template.
The fix is simple and can be applied universally for all lists. You just need to restore nesting order of tags that are recognized by IV.
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
It's a bit odd markup in the source:
<ol><section class="redQuote">
<li>Эротика, порнография</li>
<li>Спам, реклама</li>
<li>Оскорбление других пользователей</li></section>
</ol>
But it works in the browser and in IV too as long as you don't just convert "redQuote" into <blockquote> without a fix.
Markup is broken by template and should be fixed by template.
The fix is simple and can be applied universally for all lists. You just need to restore nesting order of tags that are recognized by IV.