From cc2e5b13bda821beeaa4412cedda61e4d72dc8ae Mon Sep 17 00:00:00 2001 From: Penny Leach Date: Wed, 18 Nov 2009 13:24:49 +0000 Subject: [PATCH] portfolio MDL-20850: fixed an asymmetric OUTPUT problem --- user/portfolio.php | 1 + 1 file changed, 1 insertion(+) diff --git a/user/portfolio.php b/user/portfolio.php index d88995621d..b9cff92f51 100644 --- a/user/portfolio.php +++ b/user/portfolio.php @@ -119,6 +119,7 @@ if ($display) { } echo $OUTPUT->table($table); + echo $OUTPUT->box_end(); } echo $OUTPUT->footer(); -- 2.39.5