diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 23:22:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-30 23:22:49 +0200 |
commit | b92787a1324694e571157d134a57a8253d13efd8 (patch) | |
tree | 533a8b940476eb4c46fcde5ef343573a85fd87d8 /phpBB/docs | |
parent | 40218ba5e6597d0ea83fe154259f72ff8d8190c0 (diff) | |
parent | 21c6102d55ab26e9038467ab901246494dd94832 (diff) | |
download | forums-b92787a1324694e571157d134a57a8253d13efd8.tar forums-b92787a1324694e571157d134a57a8253d13efd8.tar.gz forums-b92787a1324694e571157d134a57a8253d13efd8.tar.bz2 forums-b92787a1324694e571157d134a57a8253d13efd8.tar.xz forums-b92787a1324694e571157d134a57a8253d13efd8.zip |
Merge pull request #2524 from bantu/ticket/12637
[ticket/12637] Correct file header in coding-guidelines
* bantu/ticket/12637:
[ticket/12637] Fixup all incorrect uses of file header.
[ticket/12637] Correctly escape the file header in coding-guidelines.html.
Diffstat (limited to 'phpBB/docs')
-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 |