Fixed some short PHP tags

This commit is contained in:
moodler 2003-09-09 08:43:27 +00:00
parent 76eac7a58d
commit 4c48acf01b
206 changed files with 550 additions and 581 deletions

View file

@ -24,10 +24,10 @@
<CENTER>
<P>If you have time, please let us know what you were trying
to do when the error occurred:
<P><FORM action="<?=$CFG->wwwroot ?>/error/index.php" name=form method=post>
<P><FORM action="<?php echo $CFG->wwwroot ?>/error/index.php" name=form method=post>
<TEXTAREA ROWS=3 COLS=50 NAME=text></TEXTAREA><BR>
<INPUT TYPE=hidden NAME=referer VALUE="<?=$HTTP_REFERER ?>">
<INPUT TYPE=hidden NAME=requested VALUE="<?=$REQUEST_URI ?>">
<INPUT TYPE=hidden NAME=referer VALUE="<?php echo $HTTP_REFERER ?>">
<INPUT TYPE=hidden NAME=requested VALUE="<?php echo $REQUEST_URI ?>">
<INPUT TYPE=submit VALUE="Send this off">
</FORM>
<?