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
b626680ead
commit
5b16ca8718
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<br />
|
||||
</font>
|
||||
</td>
|
||||
<td><? print_textarea($usehtmleditor, 10, 50, 600, 400, "summary", $form->summary); ?></td>
|
||||
<td><?php print_textarea($usehtmleditor, 10, 50, 600, 400, "summary", $form->summary); ?></td>
|
||||
</tr>
|
||||
<tr valign=top>
|
||||
<td align=right><P><?php print_string("frontpageformat") ?>:</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue