diff --git a/HACKING b/HACKING index 53612ee8..6c50ce4e 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.