summaryrefslogtreecommitdiffstats
path: root/src/style.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.cpp')
-rw-r--r--src/style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/style.cpp b/src/style.cpp
index f3a12db86..511e3e720 100644
--- a/src/style.cpp
+++ b/src/style.cpp
@@ -4732,7 +4732,7 @@ sp_style_write_ipaintorder(gchar *p, gint len, gchar const *key, SPIPaintOrder c
break;
case SP_CSS_PAINT_ORDER_MARKER:
if (i!=0) css << " ";
- css << "marker";
+ css << "markers";
break;
}
} else {