summaryrefslogtreecommitdiff
path: root/tests/view_tests/templates/jsi18n-multi-catalogs.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/view_tests/templates/jsi18n-multi-catalogs.html')
-rw-r--r--tests/view_tests/templates/jsi18n-multi-catalogs.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/view_tests/templates/jsi18n-multi-catalogs.html b/tests/view_tests/templates/jsi18n-multi-catalogs.html
index 8ec902e1c7..11b84d0bfa 100644
--- a/tests/view_tests/templates/jsi18n-multi-catalogs.html
+++ b/tests/view_tests/templates/jsi18n-multi-catalogs.html
@@ -1,15 +1,15 @@
<html>
<head>
- <script type="text/javascript" src="/jsi18n/app1/"></script>
- <script type="text/javascript" src="/jsi18n/app2/"></script>
+ <script src="/jsi18n/app1/"></script>
+ <script src="/jsi18n/app2/"></script>
<body>
<p id="app1string">
- <script type="text/javascript">
+ <script>
document.write(gettext('this app1 string is to be translated'))
</script>
</p>
<p id="app2string">
- <script type="text/javascript">
+ <script>
document.write(gettext('this app2 string is to be translated'))
</script>
</p>