diff options
author | paierlep <web@paierlep.com> | 2013-07-03 19:55:03 +0200 |
---|---|---|
committer | paierlep <web@paierlep.com> | 2013-07-03 19:55:03 +0200 |
commit | 040896b050e92a44c7c58be51ff4c9b8b7bb523d (patch) | |
tree | 5ed7509ebeb839bafb10c442c164f311eb70edcd /php.html.markdown | |
parent | a46ae22bf785bf74334a309c9b2f0a64f5a05659 (diff) |
Update php.html.markdown
?> instead of ? >
Diffstat (limited to 'php.html.markdown')
-rw-r--r-- | php.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.html.markdown b/php.html.markdown index c6811282..73445839 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -8,7 +8,7 @@ filename: learnphp.php This document describes PHP 5+. ```php -<?php // PHP code must be enclosed with <?php ? > tags +<?php // PHP code must be enclosed with <?php ?> tags // If your php file only contains PHP code, it is best practise // to omit the php closing tag. |