fix noscript tag placement

This commit is contained in:
liquidex 2024-02-07 13:09:51 +01:00
parent ec21c4ce95
commit acc2c22a28

View file

@ -122,8 +122,6 @@ pub fn branch_to_html(
);
s.push_str("<th-bc>");
markdown::push_html(s, treehouse, config, markdown_parser);
s.push_str("</th-bc>");
if let Content::Link(link) = &branch.attributes.content {
write!(
s,
@ -134,6 +132,7 @@ pub fn branch_to_html(
)
.unwrap();
}
s.push_str("</th-bc>");
s.push_str("<th-bb>");
{