diff --git a/group.php b/group.php index 67640e199cd..77cf797e100 100644 --- a/group.php +++ b/group.php @@ -553,7 +553,7 @@ { echo templatereplace($op); } - if ($surveyactive != "Y") {echo "\t\t
This survey is not currently active. You will not be able to save your responses.
\n";} + if ($surveyactive != "Y") {echo "\t\t
This survey is not currently active. You will not be able to save your responses.
\n";} foreach(file("$thistpl/endpage.pstpl") as $op) { echo templatereplace($op); diff --git a/question.php b/question.php index 4e7409248f1..5c3c7920f35 100644 --- a/question.php +++ b/question.php @@ -514,7 +514,7 @@ { echo templatereplace($op); } - if ($surveyactive != "Y") {echo "\t\t
This survey is not currently active. You will not be able to save your responses.
\n";} + if ($surveyactive != "Y") {echo "\t\t
This survey is not currently active. You will not be able to save your responses.
\n";} foreach(file("$thistpl/endpage.pstpl") as $op) { echo templatereplace($op); diff --git a/survey.php b/survey.php index 6a8462ae29c..6ffe8dec39f 100644 --- a/survey.php +++ b/survey.php @@ -725,7 +725,7 @@ } echo "\n"; -if ($surveyactive != "Y") {echo "\t\t
This survey is not currently active. You will not be able to save your responses.
\n";} +if ($surveyactive != "Y") {echo "\t\t
This survey is not currently active. You will not be able to save your responses.
\n";} foreach(file("$thistpl/endpage.pstpl") as $op) { echo templatereplace($op);