Skip to content

Commit

Permalink
Fixed issue #9426: No title at beginning of new respondent answers in…
Browse files Browse the repository at this point in the history
… HTML export from admin gui
  • Loading branch information
Aestu committed Dec 27, 2014
1 parent 2844d97 commit 054d3cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/admin/export/HtmlWriter.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ protected function outputRecord($headers, $values, FormattingOptions $oOptions)
$this->writeHeader();
$this->first = false;
}
$this->tag('h1', sprintf(gT("Survey response")));
$this->openTag('div', array(
'class' => 'response',
'data-srid' => $values[0]
Expand Down

0 comments on commit 054d3cd

Please sign in to comment.