System/Libraries/Html/Renderer: Render STRONG
This commit is contained in:
parent
60606317b2
commit
3b83397e60
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue