From 8a54ae0a8c2b286cfb8d8c251ed4b10c4a7f178b Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Fri, 13 Feb 2009 14:56:15 -0500 Subject: Add notes about php tags in HACKING. Signed-off-by: Loui Chang --- HACKING | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'HACKING') diff --git a/HACKING b/HACKING index 53612ee..6c50ce4 100644 --- a/HACKING +++ b/HACKING @@ -13,6 +13,10 @@ Please don't add any mode lines. Adjust your editor to display tabs to your preferred width. Generally code should work with the standard eight column tabs. +PHP +--- +No short open tags. '' Try embedding as little HTML in the PHP as possible. Consider creating templates for HTML. -- cgit v1.2.3-54-g00ecf