diff options
| author | cassiopc <cassiopc@gmail.com> | 2012-08-31 08:52:32 +0000 |
|---|---|---|
| committer | cassiopc <cassiopc@gmail.com> | 2012-08-31 08:52:32 +0000 |
| commit | 37d5a8f2b6ecf585f91c2f7c804145853f0ca1e9 (patch) | |
| tree | 0a794f33211b8a2730907a4202ce975ca467b7ff /boca-1.5.0/src/admin/buildproblem.php | |
| parent | 91f585b3fdd9e64c086b21da35bebdc401e2e476 (diff) | |
| download | boca-37d5a8f2b6ecf585f91c2f7c804145853f0ca1e9.tar.gz boca-37d5a8f2b6ecf585f91c2f7c804145853f0ca1e9.zip | |
fix a bug with the generation of problem packages
Diffstat (limited to 'boca-1.5.0/src/admin/buildproblem.php')
| -rw-r--r-- | boca-1.5.0/src/admin/buildproblem.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/boca-1.5.0/src/admin/buildproblem.php b/boca-1.5.0/src/admin/buildproblem.php index f651002..0b6c230 100644 --- a/boca-1.5.0/src/admin/buildproblem.php +++ b/boca-1.5.0/src/admin/buildproblem.php @@ -21,8 +21,9 @@ if(($ct = DBContestInfo($_SESSION["usertable"]["contestnumber"])) == null) ForceLoad("../index.php"); ?> -<br><br><center<b> -To build a problem package using standard script files, fill in the following fields.</b></center> +<br><br><center><b><u> +To build a problem package using standard script files, fill in the following fields.</u></b></center> +<br><br> <form name="form1" enctype="multipart/form-data" method="post" action="problem.php"> <input type=hidden name="noflush" value="true" /> |