diff options
| author | Thibaut Decombe <thibaut.decombe@gmail.com> | 2025-01-11 18:37:52 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-17 15:55:37 +0100 |
| commit | 98767ba2eceafa0de10c561d051d54e340c2d29b (patch) | |
| tree | cd5d3dbd9c29886b5148cb1f227a7ea8bf74483d /tests/view_tests | |
| parent | c41d6c9bb8262dff64fe4ab55e601bc0b269960b (diff) | |
Fixed invalid HTML in test templates.
Diffstat (limited to 'tests/view_tests')
| -rw-r--r-- | tests/view_tests/templates/jsi18n-multi-catalogs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/view_tests/templates/jsi18n-multi-catalogs.html b/tests/view_tests/templates/jsi18n-multi-catalogs.html index 11b84d0bfa..b7466e4713 100644 --- a/tests/view_tests/templates/jsi18n-multi-catalogs.html +++ b/tests/view_tests/templates/jsi18n-multi-catalogs.html @@ -2,6 +2,7 @@ <head> <script src="/jsi18n/app1/"></script> <script src="/jsi18n/app2/"></script> +</head> <body> <p id="app1string"> <script> |
