diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-21 10:58:31 +0000 | 
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-07-21 10:58:31 +0000 | 
| commit | b613781d3af6d7c5e5d9d0fa1592e78b54647c0f (patch) | |
| tree | af8899a221692ce1ec96e53d3ccf940b2f258611 /phpBB/docs | |
| parent | 269c2c294457d0f31348f6bcd805f6800fd3087d (diff) | |
| download | forums-b613781d3af6d7c5e5d9d0fa1592e78b54647c0f.tar forums-b613781d3af6d7c5e5d9d0fa1592e78b54647c0f.tar.gz forums-b613781d3af6d7c5e5d9d0fa1592e78b54647c0f.tar.bz2 forums-b613781d3af6d7c5e5d9d0fa1592e78b54647c0f.tar.xz forums-b613781d3af6d7c5e5d9d0fa1592e78b54647c0f.zip  | |
Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9811 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/docs')
| -rw-r--r-- | phpBB/docs/CHANGELOG.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 2e81cb13ce..a0cc54f308 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -168,6 +168,7 @@  		<li>[Fix] Allow changing forum from select box under certain circumstances. (Bug #37525)</li>  		<li>[Fix] Display required fields notice on registration above the custom profile fields. (Bug #39665)</li>  		<li>[Fix] Copy poll options properly when copying topic. (Bug #39065)</li> +		<li>[Fix] Preserve newlines in template files (one newline had been always dropped after a template variable due to PHP's handling of closing tags)</li>  		<li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li>  		<li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li>  		<li>[Change] Template engine now permits to a limited extent variable includes.</li>  | 
