From 64ed46e682564600c8b8688e7d4e49620eb79bb3 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Sat, 9 Nov 2013 11:39:35 -0600 Subject: [ticket/11943] Forgot template file for test PHPBB3-11943 --- tests/template/templates/define_error.html | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/template/templates/define_error.html (limited to 'tests/template/templates/define_error.html') diff --git a/tests/template/templates/define_error.html b/tests/template/templates/define_error.html new file mode 100644 index 0000000000..a272071736 --- /dev/null +++ b/tests/template/templates/define_error.html @@ -0,0 +1,2 @@ + +{$VAR} \ No newline at end of file -- cgit v1.2.1 From 47e364ae68a92dbf2107c56a2165b219e4312b50 Mon Sep 17 00:00:00 2001 From: Nathan Guse Date: Mon, 11 Nov 2013 10:59:17 -0600 Subject: [ticket/11943] New line at EOF for define_error.html PHPBB3-11943 --- tests/template/templates/define_error.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/template/templates/define_error.html') diff --git a/tests/template/templates/define_error.html b/tests/template/templates/define_error.html index a272071736..72ab1ba033 100644 --- a/tests/template/templates/define_error.html +++ b/tests/template/templates/define_error.html @@ -1,2 +1,2 @@ -{$VAR} \ No newline at end of file +{$VAR} -- cgit v1.2.1