mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +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;
|
||||
}
|
||||
|
||||
if (!StrICmp(node->tagName, "b")) {
|
||||
if (!StrICmp(node->tagName, "b") || !StrICmp(node->tagName, "strong")) {
|
||||
node->fontWeight = 700;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user