diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-10-09 18:13:40 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-10-09 18:13:40 +0300 |
| commit | 0e86b853be3b5f809ed1decbf636221c1144a386 (patch) | |
| tree | 4ce84d9849646a559d5afece33fc6e64d39e4a50 /libs/litehtml/src/css_borders.cpp | |
| parent | 834cbb58d74215980165eab257538ba918a378cd (diff) | |
litehtml update
Diffstat (limited to 'libs/litehtml/src/css_borders.cpp')
| -rw-r--r-- | libs/litehtml/src/css_borders.cpp | 2 |
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(); } |
