diff --git a/client/PodDisplayManager.js b/client/PodDisplayManager.js index bd5a9a2..8691505 100644 --- a/client/PodDisplayManager.js +++ b/client/PodDisplayManager.js @@ -88,7 +88,7 @@ function PodDisplayManager($container){ } } - $host.append('
' + innerhtml + '
'); + $host.append('
' + innerhtml + '
'); j++; } @@ -160,4 +160,4 @@ function PodDisplayManager($container){ })(); return obj; -}; \ No newline at end of file +};