fix preview title

fix #71
This commit is contained in:
Olivier Mayer
2015-04-21 21:39:52 +09:00
parent b5a8a53fd7
commit b4bebbe77a
2 changed files with 10 additions and 4 deletions

View File

@@ -279,7 +279,7 @@ class record_preview extends record_adapter
switch ($this->env) {
case "RESULT":
$this->title .= $this->app->trans('preview:: resultat numero %number%', ['%number%' => '<span id="current_result_n">' . ($this->number + 1) . '</span> : ']);
$this->title .= $this->app->trans('resultat numero %number%', ['%number%' => '<span id="current_result_n">' . ($this->number + 1) . '</span> : ']);
$this->title .= parent::get_title($highlight, $searchEngine);
break;
case "BASK":