1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:05:56 +00:00

close iframe tag

This commit is contained in:
Andrew Dolgov
2005-09-05 11:01:36 +01:00
parent fd59e5a9ac
commit 4f0d779c36

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>