mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Fixed some short PHP tags
This commit is contained in:
parent
76eac7a58d
commit
4c48acf01b
206 changed files with 550 additions and 581 deletions
|
@ -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>
|
||||
<?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue