summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-20 07:30:21 +0100
committerAndrew Dolgov <[email protected]>2006-10-20 07:30:21 +0100
commitaff31ecf88a86951885d4d4c84040e63657f9325 (patch)
tree49727140fa15c278a19bb9b0d95cd3057254f003
parent5bcec2369385f9cf7d3c005152212a11f97fb005 (diff)
replace short php tags to long (closes #114)
-rw-r--r--prefs.php2
-rw-r--r--tt-rss.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/prefs.php b/prefs.php
index 35b639e55..090252a62 100644
--- 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>
diff --git a/tt-rss.php b/tt-rss.php
index b99cfad90..5d9840fd7 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -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>