Skip to content

Commit

Permalink
added a <br>
Browse files Browse the repository at this point in the history
  • Loading branch information
arc12012 committed Dec 3, 2016
1 parent d9b307c commit 2235bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/javascript/return.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function populateDeviceList(filter)
htmlString+=(id);
htmlString+="\" type=\"button\">Return ";
htmlString+=name;
htmlString+="</button></div></p></div></div><br>";
htmlString+="</button></div></p></div></div><br><br>";
}
document.getElementById("devContainer").innerHTML = htmlString;

Expand Down

0 comments on commit 2235bcd

Please sign in to comment.