This commit is contained in:
Romain Neutron
2012-02-16 18:45:08 +01:00
parent 72c837500c
commit 65e98b0478

View File

@@ -303,7 +303,7 @@ class record_preview extends record_adapter
else
{
$this->title .= sprintf(
'%s %d/%d ', $title, $this->get_number() . '/' . $this->total
'%s %s', $title, $this->get_number() . '/' . $this->total
);
}
break;