]> git.wh0rd.org - tt-rss.git/commitdiff
replace short php tags to long (closes #114)
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 20 Oct 2006 06:30:21 +0000 (07:30 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 20 Oct 2006 06:30:21 +0000 (07:30 +0100)
prefs.php
tt-rss.php

index 35b639e5539f704d5b8f77517016cf5c5e2de120..090252a62138dfc346649bece193627cebca550a 100644 (file)
--- a/prefs.php
+++ b/prefs.php
@@ -138,7 +138,7 @@ window.onload = init;
                        }
                ?>
                </select>
-       <? } ?>
+       <?php } ?>
        <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2006 Andrew Dolgov
 </div>
 
index b99cfad904046e5afa18deef6daaad94d92e8d57..5d9840fd7d6c98bcd48f2b4f651ba249834695a4 100644 (file)
@@ -213,7 +213,7 @@ window.onload = init;
                        }
                ?>
                </select>
-       <? } ?>
+       <?php } ?>
        <a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> &copy; 2005-2006 Andrew Dolgov
 </div>