diff options
| author | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 18:27:21 +0000 |
|---|---|---|
| committer | Bruno Ribas <brunoribas@gmail.com> | 2020-11-05 18:27:21 +0000 |
| commit | 8f0e78886c5d9acb79efb670510125c217ce2049 (patch) | |
| tree | 12f7a5a4f58f6f9e2a352aa3f3456f5a34d33b00 /src/judge/claredit.php | |
| parent | f2ebd9e0c37b461b608fb62ac5b8d14422f830cc (diff) | |
| download | boca-8f0e78886c5d9acb79efb670510125c217ce2049.tar.gz boca-8f0e78886c5d9acb79efb670510125c217ce2049.zip | |
judge/{claredit,header,runchief}.php updates from 2019
Signed-off-by: Bruno Ribas <brunoribas@gmail.com>
Diffstat (limited to 'src/judge/claredit.php')
| -rw-r--r-- | src/judge/claredit.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/judge/claredit.php b/src/judge/claredit.php index a5c3265..fc81d56 100644 --- a/src/judge/claredit.php +++ b/src/judge/claredit.php @@ -111,13 +111,13 @@ if (($a = DBGetClarToAnswer($clarnumber, $clarsitenumber, <tr> <td width="20%" align=right><b>Clarification:</b></td> <td width="80%"> - <textarea name="message" readonly cols="60" rows="8"><?php echo unsanitizeText($a["question"]); ?></textarea> + <textarea name="message" readonly cols="60" rows="8"><?php echo unsanitizeText($a["question"]); ?></textarea> </td> </tr> <tr> <td width="20%" align=right><b>Answer:</b></td> <td width="80%"> - <textarea name="answer" cols="60" rows="8"><?php echo unsanitizeText($a["answer"]); ?></textarea> + <textarea name="answer" cols="60" rows="8"><?php echo unsanitizeText($a["answer"]); ?></textarea> </td> </tr> <tr> |