aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-10-05 00:23:14 -0500
committerNathan Guse <nathaniel.guse@gmail.com>2012-10-05 00:23:29 -0500
commit2d69707a88fdb618730243cbe65ebc055cf68bae (patch)
treeeb24091a0f32327cc5a048848a3bad2f7f467837
parent3f2e3ad633930744e1ed92cc529ca473ccfa09e0 (diff)
downloadforums-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
-rw-r--r--phpBB/includes/notification/method/base.php1
-rw-r--r--phpBB/includes/notification/type/approve_post.php1
-rw-r--r--phpBB/includes/notification/type/approve_topic.php1
-rw-r--r--phpBB/includes/notification/type/base.php1
-rw-r--r--phpBB/includes/notification/type/bookmark.php1
-rw-r--r--phpBB/includes/notification/type/disapprove_post.php1
-rw-r--r--phpBB/includes/notification/type/disapprove_topic.php1
-rw-r--r--phpBB/includes/notification/type/pm.php1
-rw-r--r--phpBB/includes/notification/type/post.php1
-rw-r--r--phpBB/includes/notification/type/post_in_queue.php1
-rw-r--r--phpBB/includes/notification/type/quote.php1
-rw-r--r--phpBB/includes/notification/type/topic.php1
-rw-r--r--phpBB/includes/notification/type/topic_in_queue.php1
13 files changed, 0 insertions, 13 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
*/
diff --git a/phpBB/includes/notification/type/approve_post.php b/phpBB/includes/notification/type/approve_post.php
index bbd2bccfc0..98dfe678c2 100644
--- a/phpBB/includes/notification/type/approve_post.php
+++ b/phpBB/includes/notification/type/approve_post.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/approve_topic.php b/phpBB/includes/notification/type/approve_topic.php
index 5006e3bbb8..496dc688ad 100644
--- a/phpBB/includes/notification/type/approve_topic.php
+++ b/phpBB/includes/notification/type/approve_topic.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/base.php b/phpBB/includes/notification/type/base.php
index 9e31d57108..2ba0dd3bf7 100644
--- a/phpBB/includes/notification/type/base.php
+++ b/phpBB/includes/notification/type/base.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/bookmark.php b/phpBB/includes/notification/type/bookmark.php
index ee06a6d33b..6c42f1d860 100644
--- a/phpBB/includes/notification/type/bookmark.php
+++ b/phpBB/includes/notification/type/bookmark.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/disapprove_post.php b/phpBB/includes/notification/type/disapprove_post.php
index 6ef4de5cd9..d1f7dfa85d 100644
--- a/phpBB/includes/notification/type/disapprove_post.php
+++ b/phpBB/includes/notification/type/disapprove_post.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/disapprove_topic.php b/phpBB/includes/notification/type/disapprove_topic.php
index 6f92c1de77..89c06b344f 100644
--- a/phpBB/includes/notification/type/disapprove_topic.php
+++ b/phpBB/includes/notification/type/disapprove_topic.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/pm.php b/phpBB/includes/notification/type/pm.php
index a647106a53..9f9a3e2892 100644
--- a/phpBB/includes/notification/type/pm.php
+++ b/phpBB/includes/notification/type/pm.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/post.php b/phpBB/includes/notification/type/post.php
index de224776db..d83ecf4fae 100644
--- a/phpBB/includes/notification/type/post.php
+++ b/phpBB/includes/notification/type/post.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/post_in_queue.php b/phpBB/includes/notification/type/post_in_queue.php
index 19c3ed9fc9..9c4f0ab8d3 100644
--- a/phpBB/includes/notification/type/post_in_queue.php
+++ b/phpBB/includes/notification/type/post_in_queue.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/quote.php b/phpBB/includes/notification/type/quote.php
index 0920cea428..48d8f24a25 100644
--- a/phpBB/includes/notification/type/quote.php
+++ b/phpBB/includes/notification/type/quote.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/topic.php b/phpBB/includes/notification/type/topic.php
index 621c0f484b..1c3d216b18 100644
--- a/phpBB/includes/notification/type/topic.php
+++ b/phpBB/includes/notification/type/topic.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/
diff --git a/phpBB/includes/notification/type/topic_in_queue.php b/phpBB/includes/notification/type/topic_in_queue.php
index c549cb12a1..bee0ebbb22 100644
--- a/phpBB/includes/notification/type/topic_in_queue.php
+++ b/phpBB/includes/notification/type/topic_in_queue.php
@@ -7,7 +7,6 @@
*
*/
-
/**
* @ignore
*/