Skip to content

Commit 4fbd339

Browse files
committed
fix tag
1 parent 51e6e29 commit 4fbd339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-cloud.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
if (thing_id === undefined || thing_id === null || thing_id === "") {
113113
$("select#node-input-property").empty();
114114
str = this._("arduino-cloud.config.node.placeholders.no-thing-selected");
115-
$("<option value='" + "" + "' " + str+ "</option>").appendTo("#node-input-property");
115+
$("<option value='" + "" + "'>" + str+ "</option>").appendTo("#node-input-property");
116116
$("#node-input-property").trigger("change");
117117
} else {
118118
$("select#node-input-property").empty();

0 commit comments

Comments
 (0)