replace short php tags to long (closes #114)
This commit is contained in:
parent
5bcec23693
commit
aff31ecf88
|
@ -138,7 +138,7 @@ window.onload = init;
|
|||
}
|
||||
?>
|
||||
</select>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005-2006 Andrew Dolgov
|
||||
</div>
|
||||
|
||||
|
|
|
@ -213,7 +213,7 @@ window.onload = init;
|
|||
}
|
||||
?>
|
||||
</select>
|
||||
<? } ?>
|
||||
<?php } ?>
|
||||
<a href="http://tt-rss.spb.ru/">Tiny Tiny RSS</a> v<?php echo VERSION ?> © 2005-2006 Andrew Dolgov
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue