diff --git a/web/js/problems.js b/web/js/problems.js index ae53ad4..79de5b8 100644 --- a/web/js/problems.js +++ b/web/js/problems.js @@ -5,32 +5,32 @@ function render_problems() { for (var i = 0; i < data.length; i++) { files = data[i]["files"]; problem = -`
` + data[i]["description"] + `
-