Skip to content

Commit

Permalink
Fixed issue #05344: JavaScript placed in Question Help section does n…
Browse files Browse the repository at this point in the history
…ot appear in generated .HTML file

Dev Has been a problem since revision 10425; now fixed

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@10508 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
TMSWhite committed Jul 13, 2011
1 parent cee35ff commit aa7539e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion replacements.php
Expand Up @@ -356,7 +356,7 @@ function templatereplace($line, $replacements=array(), $anonymized=false)
}
else
{
$_questionhelp = '';
$_questionhelp = $help;
}

if (isset($thissurvey['allowprev']) && $thissurvey['allowprev'] == "N")
Expand Down

0 comments on commit aa7539e

Please sign in to comment.