Skip to content

Commit

Permalink
Dev: changed max chars for questions in stat
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Dec 18, 2015
1 parent b8747d7 commit 988f0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/helpers/admin/statistics_helper.php
Expand Up @@ -3665,7 +3665,7 @@ public static function _showSpeaker($hinttext)
if(!isset($maxchars))
{
$maxchars = 100;
$maxchars = 70;
}
$htmlhinttext=str_replace("'",''',$hinttext); //the string is already HTML except for single quotes so we just replace these only
$jshinttext=javascriptEscape($hinttext,true,true); //Build a javascript safe version of the string
Expand Down

0 comments on commit 988f0dd

Please sign in to comment.