From bf8ac19eaa8d74f9dfd6d597190f5664e7339382 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:13:59 +0000 Subject: Move trunk/phpBB to old_trunk/phpBB git-svn-id: file:///svn/phpbb/trunk@10210 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/message_body.html | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 phpBB/adm/style/message_body.html (limited to 'phpBB/adm/style/message_body.html') diff --git a/phpBB/adm/style/message_body.html b/phpBB/adm/style/message_body.html deleted file mode 100644 index 5d907e911c..0000000000 --- a/phpBB/adm/style/message_body.html +++ /dev/null @@ -1,8 +0,0 @@ - - -
class="successbox"class="errorbox"> -

{MESSAGE_TITLE}

-

{MESSAGE_TEXT}

-
- - \ No newline at end of file -- cgit v1.2.1 From 2e17e448deed073f8614bb555a8ef20c57291c2a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 4 Oct 2009 18:14:59 +0000 Subject: Copy 3.0.x branch to trunk git-svn-id: file:///svn/phpbb/trunk@10211 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/style/message_body.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 phpBB/adm/style/message_body.html (limited to 'phpBB/adm/style/message_body.html') diff --git a/phpBB/adm/style/message_body.html b/phpBB/adm/style/message_body.html new file mode 100644 index 0000000000..5d907e911c --- /dev/null +++ b/phpBB/adm/style/message_body.html @@ -0,0 +1,8 @@ + + +
class="successbox"class="errorbox"> +

{MESSAGE_TITLE}

+

{MESSAGE_TEXT}

+
+ + \ No newline at end of file -- cgit v1.2.1 From af5b9a96409d788733fcb1ff367e0c7fb0583702 Mon Sep 17 00:00:00 2001 From: Igor Wiedler Date: Tue, 9 Nov 2010 08:59:25 +0100 Subject: [ticket/9556] Drop php closing tags, add trailing newline Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556 --- phpBB/adm/style/message_body.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/message_body.html') diff --git a/phpBB/adm/style/message_body.html b/phpBB/adm/style/message_body.html index 5d907e911c..3ea9e5bc24 100644 --- a/phpBB/adm/style/message_body.html +++ b/phpBB/adm/style/message_body.html @@ -5,4 +5,4 @@

{MESSAGE_TEXT}

- \ No newline at end of file + -- cgit v1.2.1