aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/list_properties.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/list_properties.py')
-rw-r--r--components/style/list_properties.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/list_properties.py b/components/style/list_properties.py
index 34043be888b..78c6b84f2c4 100644
--- a/components/style/list_properties.py
+++ b/components/style/list_properties.py
@@ -13,7 +13,7 @@ sys.path.insert(0, os.path.join(style, "Mako-0.9.1.zip"))
from mako.template import Template
template = Template(filename=os.path.join(style, "properties.mako.rs"), input_encoding='utf8')
-template.render()
+template.render(PRODUCT='servo')
properties = dict(
(p.name, {
"flag": p.experimental,