Skip to content

Commit

Permalink
Fixed some short PHP tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Sep 9, 2003
1 parent b626680 commit 5b16ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/site.html
Expand Up @@ -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>
Expand Down

0 comments on commit 5b16ca8

Please sign in to comment.