parent:: test

This commit is contained in:
lopar 2019-01-11 22:29:54 +02:00
parent 0c8e121015
commit 1f82e5b40e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ abstract class Item
public function printImage()
{
echo "<img src='/i/sh/{$this->img}'";
echo "<img src='/i/sh/{$this->img}'>";
}
protected function wrap($number)