diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-09-05 11:01:36 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-09-05 11:01:36 +0100 |
| commit | 4f0d779c3679334c96a553c24f9683ef692ed3df (patch) | |
| tree | 65b68679e90e550f6e6270e1196c6d8c9b31f171 | |
| parent | fd59e5a9acbcf08355fae20a90376e452965bf32 (diff) | |
close iframe tag
| -rw-r--r-- | tt-rss.php | 2 |
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> |