#PHRAS-382 #time 3h

This commit is contained in:
Jean-Yves Gaulier
2015-02-03 15:52:39 +01:00
parent 21054d3849
commit 7185b031fb
4 changed files with 15 additions and 4 deletions

View File

@@ -288,7 +288,7 @@ class record_preview extends record_adapter
switch ($this->env) {
case "RESULT":
$this->title .= sprintf(
$this->title = sprintf(
_('preview:: resultat numero %s '), '<span id="current_result_n">' . ($this->number + 1)
. '</span> : '
);