339d8a8f92
This is mainly a testing tool, which makes a mode where all HTML bugs which could slightly mess up the rendering will trigger proper errors in the browser. Fixes #1131.
4 lines
191 B
HTML
4 lines
191 B
HTML
<li class="toggle-compose-spoiler fa {[ if (o.composing_spoiler) { ]} fa-eye-slash {[ } ]} {[ if (!o.composing_spoiler) { ]} fa-eye {[ } ]}"
|
|
title="{{ o.label_toggle_spoiler }}">
|
|
</li>
|