mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
System/Libraries/Html/Renderer: Render STRONG
This commit is contained in:
@@ -907,7 +907,7 @@ U0 @render_node_list(@html_dom_node* node, HtmlRenderer* renderer)
|
|||||||
block_widget->data = node;
|
block_widget->data = node;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!StrICmp(node->tagName, "b")) {
|
if (!StrICmp(node->tagName, "b") || !StrICmp(node->tagName, "strong")) {
|
||||||
node->fontWeight = 700;
|
node->fontWeight = 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user