Don't use short tags

This commit is contained in:
Paul van Schayck
2005-01-10 22:13:47 +00:00
committed by WineHQ
parent aca6f0415e
commit bb223a0f06

View File

@@ -14,7 +14,7 @@ Try to make your content validate nicely (http://validator.w3.org/)
# PHP # # PHP #
####### #######
- functions are written this way (that way {}'s are lined up): - functions are written this way (that way {}'s are lined up):
<? <?php
function foo() function foo()
{ {
if(isset($var)) if(isset($var))