mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix typo
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user