diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 00:23:14 -0500 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-10-05 00:23:29 -0500 |
commit | 2d69707a88fdb618730243cbe65ebc055cf68bae (patch) | |
tree | eb24091a0f32327cc5a048848a3bad2f7f467837 /phpBB/includes/notification/method/base.php | |
parent | 3f2e3ad633930744e1ed92cc529ca473ccfa09e0 (diff) | |
download | forums-2d69707a88fdb618730243cbe65ebc055cf68bae.tar forums-2d69707a88fdb618730243cbe65ebc055cf68bae.tar.gz forums-2d69707a88fdb618730243cbe65ebc055cf68bae.tar.bz2 forums-2d69707a88fdb618730243cbe65ebc055cf68bae.tar.xz forums-2d69707a88fdb618730243cbe65ebc055cf68bae.zip |
[ticket/11103] Remove extra line break in the header
Was introduced with ff136cc96a62147bc7468b716b86a30f12754e77
PHPBB3-11103
Diffstat (limited to 'phpBB/includes/notification/method/base.php')
-rw-r--r-- | phpBB/includes/notification/method/base.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/notification/method/base.php b/phpBB/includes/notification/method/base.php index 6410b1f519..5457ca99b2 100644 --- a/phpBB/includes/notification/method/base.php +++ b/phpBB/includes/notification/method/base.php @@ -7,7 +7,6 @@ * */ - /** * @ignore */ |