Skip to content

Commit

Permalink
Merge branch '2.05' of https://github.com/LimeSurvey/LimeSurvey.git i…
Browse files Browse the repository at this point in the history
…nto 2.05
  • Loading branch information
mennodekker committed Mar 20, 2013
2 parents af61305 + 3d9f66b commit 8601704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/helpers/admin/statistics_helper.php
Expand Up @@ -161,8 +161,8 @@ function createChart($iQuestionID, $iSurveyID, $type=null, $lbl, $gdata, $grawda

$counter=0;
foreach ($lblout as $sLabelName)
{
$DataSet->SetSerieName($sLabelName, "Serie$counter");
{
$DataSet->SetSerieName(html_entity_decode($sLabelName,null,'UTF-8'), "Serie$counter");
$counter++;
}

Expand Down

0 comments on commit 8601704

Please sign in to comment.