diff options
author | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 22:30:43 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-05-30 22:30:43 +0200 |
commit | b372d515ffa99d9d41f68aadaf318d799751f421 (patch) | |
tree | 02ff0205b7be6ab7fd1dd3acf50f0086bb1e12c0 /phpBB/docs/coding-guidelines.html | |
parent | bbb83c09c0f53fda26ff0d06083bf900f4babdae (diff) | |
download | forums-b372d515ffa99d9d41f68aadaf318d799751f421.tar forums-b372d515ffa99d9d41f68aadaf318d799751f421.tar.gz forums-b372d515ffa99d9d41f68aadaf318d799751f421.tar.bz2 forums-b372d515ffa99d9d41f68aadaf318d799751f421.tar.xz forums-b372d515ffa99d9d41f68aadaf318d799751f421.zip |
[ticket/12637] Correctly escape the file header in coding-guidelines.html.
PHPBB3-12637
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 43417d0078..173c7e5441 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -127,7 +127,7 @@ * * This file is part of the phpBB Forum Software package. * -* @copyright (c) phpBB Limited <https://www.phpbb.com> +* @copyright (c) phpBB Limited <https://www.phpbb.com> * @license GNU General Public License, version 2 (GPL-2.0) * * For full copyright and license information, please see |