]> git.wh0rd.org - tt-rss.git/commitdiff
close iframe tag
authorAndrew Dolgov <fox@bah.spb.su>
Mon, 5 Sep 2005 10:01:36 +0000 (11:01 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Mon, 5 Sep 2005 10:01:36 +0000 (11:01 +0100)
tt-rss.php

index e4efe330b2e6e07fb90c20e1a87e4b8dcb647922..87061338aaa20cade93c513f95cdca444f5b0f83 100644 (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>