Skip to content

Commit 482ed03

Browse files
committed
Updates.
1 parent 2021020 commit 482ed03

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tools/python-data/grade-detail.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
if ( is_object($json) ) {
3535
echo("<pre>\n");
3636
if ( isset($json->code)) {
37-
echo("Code:\n");
3837
echo(htmlent_utf8($json->code));
3938
echo("\n");
4039
unset($json->code);

tools/pythonauto/grade-detail.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
if ( is_object($json) ) {
3535
echo("<pre>\n");
3636
if ( isset($json->code)) {
37-
echo("Code:\n");
3837
echo(htmlent_utf8($json->code));
3938
echo("\n");
4039
unset($json->code);

tools/sql-intro/grade-detail.php

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
if ( is_object($json) ) {
3535
echo("<pre>\n");
3636
if ( isset($json->code)) {
37-
echo("Code:\n");
3837
echo(htmlent_utf8($json->code));
3938
echo("\n");
4039
unset($json->code);

0 commit comments

Comments
 (0)