From 21c26e03b2441bc7ccac395ae45bab14139b3cdb Mon Sep 17 00:00:00 2001 From: Andrew Lechowicz Date: Fri, 7 Mar 2014 20:56:55 -0500 Subject: [PATCH] Syntax now highlights for "Short Echo" adds HTML context to show that this should only be use in a vie template --- en/contributing/cakephp-coding-conventions.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/en/contributing/cakephp-coding-conventions.rst b/en/contributing/cakephp-coding-conventions.rst index 00d8e9c682..de85e50244 100644 --- a/en/contributing/cakephp-coding-conventions.rst +++ b/en/contributing/cakephp-coding-conventions.rst @@ -273,13 +273,13 @@ Short Echo The short echo should be used in view files in place of `` - + + // good = spaces, no semicolon - + As of PHP 5.4 the short echo tag (``