phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] [18525] added no closing php tag to prevent unwanted


From: Dave Hall
Subject: [Phpgroupware-cvs] [18525] added no closing php tag to prevent unwanted output
Date: Sun, 11 May 2008 04:26:35 +0000

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$






reply via email to

[Prev in Thread] Current Thread [Next in Thread]