diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 21:12:36 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 21:12:36 +0200 |
commit | 1ef401db4aaf65f7c21c2274a7b65e2321fc991f (patch) | |
tree | c5b364f1313873d4e23028c0a73e58fe973fc576 | |
parent | a3ffbbb75ab9403941e4f810703313432b3993cc (diff) |
changelog note for removal of closing php tags
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index f838dbd1c..be5c8c964 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -109,6 +109,7 @@ SVN Commit: not currently released</p> <li>Other
Changes
<ul>
+ <li>Removed closing PHP tags from all PHP files to avoid accidental output and potential 'cannot modify headers' errors.</li>
<li>Added a <a href="general/reserved_names.html">Reserved Names</a> page to the userguide, and migrated reserved controller names into it.</li>
<li>Added a <a href="general/common_functions.html">Common Functions</a> page to the userguide for globally available functions.</li>
</ul>
|