Skip to content
Snippets Groups Projects
Commit d94d07ae authored by smmercuri's avatar smmercuri
Browse files

Fix column CSS issue for proof assessment display

parent 647fb002
No related branches found
No related tags found
No related merge requests found
...@@ -436,7 +436,7 @@ proof_assessment_display(saa, pf) := block([st, k], ...@@ -436,7 +436,7 @@ proof_assessment_display(saa, pf) := block([st, k],
/* Turn the st list of lists into a string to display. */ /* Turn the st list of lists into a string to display. */
st:dl_disp(st), st:dl_disp(st),
for k:1 thru length(saa) do block( for k:1 thru length(saa) do block(
st[k]:proof_line_disp(proof_column_disp(first(st[k])), proof_column_disp2(second(st[k]))) st[k]:proof_line_disp(proof_column_disp(first(st[k])), proof_column_disp(second(st[k])))
), ),
st:apply(sconcat, st), st:apply(sconcat, st),
sconcat("<div class='proof'>", st, "</div>") sconcat("<div class='proof'>", st, "</div>")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment