Commit 6994d6a8 authored by Sven Franck's avatar Sven Franck

app: missing space in className constructor

parent 779b2a2e
...@@ -2493,7 +2493,7 @@ ...@@ -2493,7 +2493,7 @@
return [factory.element({ return [factory.element({
"type": "img", "type": "img",
"direct": {"src": (spec.src || spec.value), "alt": (spec.alt || "")} "direct": {"src": (spec.src || spec.value), "alt": (spec.alt || "")}
}), " ui-li-has-thumb"]; }), " ui-li-has-thumb "];
// custom icon > left // custom icon > left
case "icon": case "icon":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment