summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-05 11:01:36 +0100
committerAndrew Dolgov <[email protected]>2005-09-05 11:01:36 +0100
commit4f0d779c3679334c96a553c24f9683ef692ed3df (patch)
tree65b68679e90e550f6e6270e1196c6d8c9b31f171 /tt-rss.php
parentfd59e5a9acbcf08355fae20a90376e452965bf32 (diff)
close iframe tag
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index e4efe330b..87061338a 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>