View Issue Details

This bug affects 1 person(s).
 2
IDProjectCategoryView StatusLast Update
11508Bug reportsResponse browsingpublic2016-08-05 11:08
Reportermichaelstevens Assigned Toc_schmitz  
PrioritynoneSeveritytrivial 
Status closedResolutionfixed 
Product Version2.50.x 
Fixed in Version2.50.x 
Summary11508: Invalid html in Word Doc export
Description

application/helpers/admin/export/DocWriter.php

Line 74 is:
$this->output .= "<table><tr><th colspan='2'>".gT("Survey response")."</td></tr>".PHP_EOL;

Should be
$this->output .= "<table><tr><th colspan='2'>".gT("Survey response")."</th></tr>".PHP_EOL;

Steps To Reproduce

View application/helpers/admin/export/DocWriter.php

TagsNo tags attached.
Bug heat2
Complete LimeSurvey version number (& build)160728
I will donate to the project if issue is resolvedNo
Browsern/a
Database type & versionMariaDB 5.5.47
Server OS (if known)Centos
Webserver software & version (if known)Apache
PHP Version5.4.16

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2016-08-01 14:21

administrator   ~40143

Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&amp;id=19890

c_schmitz

c_schmitz

2016-08-01 14:21

administrator   ~40144

Thank you!

c_schmitz

c_schmitz

2016-08-05 11:08

administrator   ~40184

Version 2.50 Build 160804 released

Related Changesets

LimeSurvey: master 84dadaf8

2016-08-01 12:21:09

c_schmitz

Details Diff
Fixed issue 11508: Invalid HTML in Word doc export Affected Issues
11508
mod - application/helpers/admin/export/DocWriter.php Diff File

Issue History

Date Modified Username Field Change
2016-07-28 17:49 michaelstevens New Issue
2016-08-01 14:21 c_schmitz Status new => resolved
2016-08-01 14:21 c_schmitz Fixed in Version => 2.5
2016-08-01 14:21 c_schmitz Resolution open => fixed
2016-08-01 14:21 c_schmitz Assigned To => c_schmitz
2016-08-01 14:21 c_schmitz Changeset attached => LimeSurvey master 84dadaf8
2016-08-01 14:21 c_schmitz Note Added: 40143
2016-08-01 14:21 c_schmitz Note Added: 40144
2016-08-05 11:08 c_schmitz Note Added: 40184
2016-08-05 11:08 c_schmitz Status resolved => closed