Skip to content

Commit

Permalink
Fixed issue #7332: Unnecessary line break after inserting of complete…
Browse files Browse the repository at this point in the history
…d.pstpl into final survey page
  • Loading branch information
SamMousa committed Feb 25, 2013
1 parent ad10c28 commit 8b193be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/SurveyRuntimeHelper.php
Expand Up @@ -509,7 +509,7 @@ function run($surveyid,$args) {
}
$redata['completed'] = $completed;
echo templatereplace(file_get_contents($sTemplatePath."completed.pstpl"), array('completed' => $completed), $redata);
echo "\n<br />\n";
echo "\n";
if ((($LEMdebugLevel & LEM_DEBUG_TIMING) == LEM_DEBUG_TIMING))
{
echo LimeExpressionManager::GetDebugTimingMessage();
Expand Down

0 comments on commit 8b193be

Please sign in to comment.