close iframe tag

This commit is contained in:
Andrew Dolgov 2005-09-05 11:01:36 +01:00
parent fd59e5a9ac
commit 4f0d779c36
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
</tr>
<td class="content" id="content" valign="top">
<? if (ENABLE_CONTENT_IFRAME) { ?>
<iframe id="content-frame" class="contentFrame">
<iframe id="content-frame" class="contentFrame"> </iframe>
<? } ?>
</td>
</tr>