mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 00:29:15 +00:00
LibWeb: Fix a tiny appendff() format issue
This would've just left the colour on for a few characters, nothing _too_ bad.
This commit is contained in:
parent
347d741afb
commit
c989e55195
Notes:
sideshowbarker
2024-07-18 21:59:50 +09:00
Author: https://github.com/alimpfard
Commit: c989e55195
Pull-request: https://github.com/SerenityOS/serenity/pull/5468
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ void dump_tree(StringBuilder& builder, const Layout::Node& layout_node, bool sho
|
|||
}
|
||||
|
||||
if (!is<Layout::Box>(layout_node)) {
|
||||
builder.appendff("{}{}{} <{}{}{}>",
|
||||
builder.appendff("{}{}{} <{}{}{}{}>",
|
||||
nonbox_color_on,
|
||||
layout_node.class_name().substring_view(13),
|
||||
color_off,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue