Merge pull request #14948 from civicrm/5.16
[civicrm-core.git] / templates / CRM / common / redirectJS.tpl
index 0dac59a7c8376ebb7e8f7964965adeda26b9c9cb..a140e7199cdadd56221ae7c4265968bed1fb517b 100644 (file)
@@ -1,14 +1,12 @@
 <html>
-<head>
-<script type="text/javascript">
-  window.location.href = "{$redirectURL}"
-</script>
-<title>{$title}</title>
-</head>
-<body>
-<h2>{$title}</h2>
-<p>
-{$message}
-</p>
-</body>
+  <head>
+    <script type="text/javascript">
+      window.location.href = "{$redirectURL}"
+    </script>
+    <title>{$title}</title>
+  </head>
+  <body>
+    <h2>{$title}</h2>
+    <p>{$message}</p>
+  </body>
 </html>