mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed short php tags; merged from MOODLE_16_STABLE
This commit is contained in:
parent
a536138d02
commit
e7a8d28f57
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
?>
|
||||
|
||||
<center>
|
||||
<p><? get_string('pleasereport', 'error'); ?>
|
||||
<p><?php get_string('pleasereport', 'error'); ?>
|
||||
<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="<?php p($httpreferer) ?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue