From 9de619cde9a51a8c7d2cf3e8dbffeca3b4fc94a0 Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Sun, 28 Feb 2016 19:39:49 +0100 Subject: Problem list: allow multi-paragraph group descriptions --- js/codeq/problem_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/codeq/problem_list.js b/js/codeq/problem_list.js index 21d376b..728f28c 100644 --- a/js/codeq/problem_list.js +++ b/js/codeq/problem_list.js @@ -226,7 +226,7 @@ along with this program. If not, see . */ // title: HTML structure for "name" and "desc" html.push('


'); - html.push('

'); + html.push('
'); // content: problem directory for (i = 0; i < groups.length; i++) { -- cgit v1.2.1