Commit 557a513
committed
Apply base64 encoding to compilation output
In other places, the logs are nicely base64 encoded and the twig
template applies a base64 decoding
(`webapp/templates/jury/internal_error.html.twig`) to render the
judgehost logs. This seems to be missed on this place.
Fixes issue #2456.1 parent 11fe36f commit 557a513
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
0 commit comments