projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae8f569
)
redirectJS.tpl - Fix whitespace
author
Coleman Watts
<coleman@civicrm.org>
Fri, 8 Aug 2014 16:23:43 +0000
(17:23 +0100)
committer
Coleman Watts
<coleman@civicrm.org>
Fri, 8 Aug 2014 16:23:43 +0000
(17:23 +0100)
templates/CRM/common/redirectJS.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/CRM/common/redirectJS.tpl
b/templates/CRM/common/redirectJS.tpl
index 0dac59a7c8376ebb7e8f7964965adeda26b9c9cb..a140e7199cdadd56221ae7c4265968bed1fb517b 100644
(file)
--- a/
templates/CRM/common/redirectJS.tpl
+++ b/
templates/CRM/common/redirectJS.tpl
@@
-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>