aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBruno Ribas <brunoribas@gmail.com>2016-11-16 13:27:58 +0000
committerBruno Ribas <brunoribas@gmail.com>2016-11-16 13:27:58 +0000
commitb0a23f0190ce03f79ca1562742e3491312246143 (patch)
tree1e84808311c0e26b640279ebe686d9a41a0c9d42 /src
parentfef1874e8375e59a224ab9daa5bd9f5b3db1d130 (diff)
parentf9de9e8d6f2739c10e7853186f13d1991c390f17 (diff)
downloadboca-b0a23f0190ce03f79ca1562742e3491312246143.tar.gz
boca-b0a23f0190ce03f79ca1562742e3491312246143.zip
Merge branch 'master' of github.com:cassiopc/boca
Diffstat (limited to 'src')
-rw-r--r--src/team/problem.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/team/problem.php b/src/team/problem.php
index 2627990..a411760 100644
--- a/src/team/problem.php
+++ b/src/team/problem.php
@@ -44,7 +44,7 @@ for ($i=0; $i<count($prob); $i++) {
echo " <td nowrap>" . $prob[$i]["fullname"] . "&nbsp;</td>\n";
if (isset($prob[$i]["descoid"]) && $prob[$i]["descoid"] != null && isset($prob[$i]["descfilename"])) {
echo " <td nowrap><a href=\"../filedownload.php?" . filedownload($prob[$i]["descoid"], $prob[$i]["descfilename"]) .
- "\">" . basename($prob[$i]["descfilename"]) . "</td>\n";
+ "\">" . basename($prob[$i]["descfilename"]) . "</a></td>\n";
}
else
echo " <td nowrap>no description file available</td>\n";