Jonathan Ernst wrote: [snip]
Index: CODING_STANDARD
RCS file: /home/wine/appdb/CODING_STANDARD,v retrieving revision 1.1 diff -u -r1.1 CODING_STANDARD --- CODING_STANDARD 11 Dec 2004 03:42:43 -0000 1.1 +++ CODING_STANDARD 11 Dec 2004 18:56:07 -0000 @@ -62,4 +62,11 @@ } }
+- use long php tags (<?php ?>) instead of short ones (<? ?>) as :
- it could be removed from future versions of php
- if conflicts with tags like <?xml version=1.0 ?> that are used in xhtml
[snip] Should be it not if oops//: + 2) it conflicts with tags like <?xml version=1.0 ?> that are used in xhtml