1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:55:56 +00:00

replace short php tags to long (closes #114)

This commit is contained in:
Andrew Dolgov
2006-10-20 07:30:21 +01:00
parent 5bcec23693
commit aff31ecf88
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View 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>