]> git.mjollnir.org Git - moodle.git/commitdiff
fixed short php tag and end tag in comment
authorskodak <skodak>
Sat, 19 Aug 2006 11:15:59 +0000 (11:15 +0000)
committerskodak <skodak>
Sat, 19 Aug 2006 11:15:59 +0000 (11:15 +0000)
mod/forum/post.html

index ac46c8e80bc065796acaabd80d0bb7c053dd9539..03a2b9b7591aeab98b83336c2ccf504e2b16af15 100644 (file)
@@ -92,7 +92,8 @@ if (!isset($discussion->timeend)) {
 </tr>
 
 
-<?php if ($forum->maxbytes != 1) {  //  1 = No attachments at all  ?>
+<?php if ($forum->maxbytes != 1) {  //  1 = No attachments at all
+?>
 
 <tr valign="top">
     <td align="right"><b><?php print_string("attachment", "forum") ?>:<br />(<?php print_string("optional") ?>)&nbsp;</b></td>
@@ -161,7 +162,7 @@ if (!isset($discussion->timeend)) {
 <?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) ?>" />