summaryrefslogtreecommitdiff
path: root/libs/litehtml/src/css_borders.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-10-09 18:13:40 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-10-09 18:13:40 +0300
commit0e86b853be3b5f809ed1decbf636221c1144a386 (patch)
tree4ce84d9849646a559d5afece33fc6e64d39e4a50 /libs/litehtml/src/css_borders.cpp
parent834cbb58d74215980165eab257538ba918a378cd (diff)
litehtml update
Diffstat (limited to 'libs/litehtml/src/css_borders.cpp')
-rw-r--r--libs/litehtml/src/css_borders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/litehtml/src/css_borders.cpp b/libs/litehtml/src/css_borders.cpp
index 478e9df5bf..2b0fe6d845 100644
--- a/libs/litehtml/src/css_borders.cpp
+++ b/libs/litehtml/src/css_borders.cpp
@@ -3,5 +3,5 @@
litehtml::string litehtml::css_border::to_string() const
{
- return width.to_string() + "/" + index_value(style, border_style_strings) + "/" + color.to_string();
+ return width.to_string() + "/" + index_value(style, border_style_strings) + "/" + color.to_string();
}