summaryrefslogtreecommitdiff
path: root/render/box_construct.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/box_construct.c')
-rw-r--r--render/box_construct.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/render/box_construct.c b/render/box_construct.c
index 2e59d1912..9006e9ecc 100644
--- a/render/box_construct.c
+++ b/render/box_construct.c
@@ -426,13 +426,13 @@ bool box_construct_element(xmlNode *n, struct content *content,
marker->length = 3;
break;
case CSS_LIST_STYLE_TYPE_CIRCLE:
- /* 2742 CIRCLED OPEN CENTRE EIGHT POINTED STAR*/
- marker->text = "\342\235\202";
+ /* 25CB WHITE CIRCLE */
+ marker->text = "\342\227\213";
marker->length = 3;
break;
case CSS_LIST_STYLE_TYPE_SQUARE:
- /* 25A0 BLACK SQUARE */
- marker->text = "\342\226\240";
+ /* 25AA BLACK SMALL SQUARE */
+ marker->text = "\342\226\252";
marker->length = 3;
break;
case CSS_LIST_STYLE_TYPE_DECIMAL: