From 932aac1a1930fa43ce2d0f3ec7bcff01e3c84d99 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Fri, 16 Oct 2015 16:30:04 +0200 Subject: Improve (hopefully) the problem list screen --- js/codeq/problem_list.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'js') diff --git a/js/codeq/problem_list.js b/js/codeq/problem_list.js index eae86ed..4a3d24d 100644 --- a/js/codeq/problem_list.js +++ b/js/codeq/problem_list.js @@ -205,15 +205,14 @@ groupDict, problemDict; // title: HTML structure for "name" and "desc" html.push('


'); - html.push('
'); + html.push('

'); // content: problem directory - html.push(''); } - html.push(''); return { 'language': languageIdentifier, // 'prolog', 'python', ... -- cgit v1.2.1