Skip to content

Commit

Permalink
fixed short php tags; merged from MOODLE_16_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed May 15, 2006
1 parent a536138 commit e7a8d28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion error/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) ?>">
Expand Down
2 changes: 1 addition & 1 deletion mod/forum/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<?php } else { ?>
<input type="hidden" name="timestartdisabled" value="1" />
<input type="hidden" name="timeenddisabled" value="1" />
<? } ?>
<?php } ?>
<tr>
<td align="center" colspan="2">
<input type="hidden" name="course" value="<?php p($post->course) ?>" />
Expand Down

0 comments on commit e7a8d28

Please sign in to comment.