Revision: 18525
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=18525
Author: skwashd
Date: 2008-05-11 04:26:33 +0000 (Sun, 11 May 2008)
Log Message:
-----------
added no closing php tag to prevent unwanted output
Modified Paths:
--------------
trunk/phpgwapi/doc/coding_standard.txt
Modified: trunk/phpgwapi/doc/coding_standard.txt
===================================================================
--- trunk/phpgwapi/doc/coding_standard.txt 2008-05-10 23:28:28 UTC (rev
18524)
+++ trunk/phpgwapi/doc/coding_standard.txt 2008-05-11 04:26:33 UTC (rev
18525)
@@ -129,6 +129,10 @@
Bad english is easier to work with than having to babelfish code to
work out
how it works.
-19) If you see code which doesn't comply with the above, please fix it :)
+19) Files should not end with an ending php tag "?>". Any whitespace after
+ the closing tag is sent to the browser and cause errors, so don't
include
+ them.
+20) If you see code which doesn't comply with the above, please fix it :)
+
Last Updated: $Id$
_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs