diff --git a/WebContent/html/javascript/listing.jsp b/WebContent/html/javascript/listing.jsp index b41f1f9..b9b2c73 100644 --- a/WebContent/html/javascript/listing.jsp +++ b/WebContent/html/javascript/listing.jsp @@ -80,7 +80,7 @@ showAll(); function showAll(){ var html = ''; for(var i = 0; i < devices.length; i++){ - html += '
' + devices[i].name + '

' + devices[i].description + '



'; + html += '
' + devices[i].name + '

' + devices[i].description + '



'; } document.getElementById('devContainer').innerHTML = html; var unavailable = getUnavailableItems();