diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-18 19:44:21 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-21 03:31:23 +0530 |
commit | 0e04748d7ff2ea7ab11f5b0d9761a54b5e8ebae4 (patch) | |
tree | 732e83dcb7fe5d268c7835cbbc6c40a018a73f9a /phpBB/phpbb/profilefields | |
parent | ab83995f4493f78aec3d3281650c0f9d8bb74843 (diff) | |
download | forums-0e04748d7ff2ea7ab11f5b0d9761a54b5e8ebae4.tar forums-0e04748d7ff2ea7ab11f5b0d9761a54b5e8ebae4.tar.gz forums-0e04748d7ff2ea7ab11f5b0d9761a54b5e8ebae4.tar.bz2 forums-0e04748d7ff2ea7ab11f5b0d9761a54b5e8ebae4.tar.xz forums-0e04748d7ff2ea7ab11f5b0d9761a54b5e8ebae4.zip |
[ticket/12730] Spaces in block header
PHPBB3-12730
Diffstat (limited to 'phpBB/phpbb/profilefields')
-rw-r--r-- | phpBB/phpbb/profilefields/type/type_googleplus.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/phpBB/phpbb/profilefields/type/type_googleplus.php b/phpBB/phpbb/profilefields/type/type_googleplus.php index 1bdb04e859..42a34f1a8a 100644 --- a/phpBB/phpbb/profilefields/type/type_googleplus.php +++ b/phpBB/phpbb/profilefields/type/type_googleplus.php @@ -1,15 +1,15 @@ <?php /** - * - * This file is part of the phpBB Forum Software package. - * - * @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 - * the docs/CREDITS.txt file. - * - */ +* +* This file is part of the phpBB Forum Software package. +* +* @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 +* the docs/CREDITS.txt file. +* +*/ namespace phpbb\profilefields\type; |