View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
05344Bug reportsOtherpublic2011-07-22 16:23
ReporterTMSWhite Assigned ToTMSWhite  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.91+ 
Summary05344: JavaScript placed in Question Help section does not appear in generated .HTML file
Description

This was a bug introduced in fix for issue 05319.

Additional Information

patch attached

TagsNo tags attached.
Attached Files
bug_5344_fix.patch (651 bytes)   
# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\xampp\htdocs\limesurvey
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: replacements.php
--- replacements.php Base (BASE)
+++ replacements.php Locally Modified (Based On LOCAL)
@@ -356,7 +356,7 @@
         }
     else
     {
-        $_questionhelp = '';
+        $_questionhelp = $help;
     }
 
     if (isset($thissurvey['allowprev']) && $thissurvey['allowprev'] == "N")
bug_5344_fix.patch (651 bytes)   
Bug heat4
Complete LimeSurvey version number (& build)10505
I will donate to the project if issue is resolvedNo
Browser
Database type & versionMysql 5
Server OS (if known)Windows XP
Webserver software & version (if known)Apache 2
PHP Version5.2

Users monitoring this issue

There are no users monitoring this issue.

Activities

TMSWhite

TMSWhite

2011-07-13 22:00

reporter   ~15763

Fixed in rev 10508

c_schmitz

c_schmitz

2011-07-22 16:23

administrator   ~15834

New 1.91+ version released

Issue History

Date Modified Username Field Change
2011-07-13 21:46 TMSWhite New Issue
2011-07-13 21:47 TMSWhite File Added: bug_5344_fix.patch
2011-07-13 22:00 TMSWhite Note Added: 15763
2011-07-13 22:00 TMSWhite Status new => resolved
2011-07-13 22:00 TMSWhite Resolution open => fixed
2011-07-13 22:00 TMSWhite Assigned To => TMSWhite
2011-07-22 16:23 c_schmitz Note Added: 15834
2011-07-22 16:23 c_schmitz Status resolved => closed