fix noscript tag placement
This commit is contained in:
parent
ec21c4ce95
commit
acc2c22a28
|
@ -122,8 +122,6 @@ pub fn branch_to_html(
|
||||||
);
|
);
|
||||||
s.push_str("<th-bc>");
|
s.push_str("<th-bc>");
|
||||||
markdown::push_html(s, treehouse, config, markdown_parser);
|
markdown::push_html(s, treehouse, config, markdown_parser);
|
||||||
s.push_str("</th-bc>");
|
|
||||||
|
|
||||||
if let Content::Link(link) = &branch.attributes.content {
|
if let Content::Link(link) = &branch.attributes.content {
|
||||||
write!(
|
write!(
|
||||||
s,
|
s,
|
||||||
|
@ -134,6 +132,7 @@ pub fn branch_to_html(
|
||||||
)
|
)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
}
|
}
|
||||||
|
s.push_str("</th-bc>");
|
||||||
|
|
||||||
s.push_str("<th-bb>");
|
s.push_str("<th-bb>");
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue