diff --git a/pinry/core/static/core/js/pinry.js b/pinry/core/static/core/js/pinry.js index b01a5e6..fd03428 100644 --- a/pinry/core/static/core/js/pinry.js +++ b/pinry/core/static/core/js/pinry.js @@ -61,7 +61,7 @@ $(window).ready(function () { image = data[i]; html += '
'; html += ''; - html += ''; + html += ''; html += ''; html += '

'+image.description+'

'; html += '
';