mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26: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>
|
<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">
|
<p><form action="<?php echo $CFG->wwwroot ?>/error/index.php" name="form" method="post">
|
||||||
<textarea rows="3" cols="50" name="text"></textarea><br />
|
<textarea rows="3" cols="50" name="text"></textarea><br />
|
||||||
<input type="hidden" name="referer" value="<?php p($httpreferer) ?>">
|
<input type="hidden" name="referer" value="<?php p($httpreferer) ?>">
|
||||||
|
|
|
@ -150,7 +150,7 @@ if (!isset($discussion->timeend)) {
|
||||||
<?php } else { ?>
|
<?php } else { ?>
|
||||||
<input type="hidden" name="timestartdisabled" value="1" />
|
<input type="hidden" name="timestartdisabled" value="1" />
|
||||||
<input type="hidden" name="timeenddisabled" value="1" />
|
<input type="hidden" name="timeenddisabled" value="1" />
|
||||||
<? } ?>
|
<?php } ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" colspan="2">
|
<td align="center" colspan="2">
|
||||||
<input type="hidden" name="course" value="<?php p($post->course) ?>" />
|
<input type="hidden" name="course" value="<?php p($post->course) ?>" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue