--- showpic.php.original 2009-08-14 15:18:17.084034000 +0200
+++ showpic.php 2009-08-14 15:14:02.280344000 +0200
@@ -219,10 +219,10 @@
'.htmlspecialchars($this->title ? $this->title : "Image").'
' . ($this->title ? '' : '') . '
- '.($this->bodyTag ? $this->bodyTag : '');
+ ';
if (is_array($imgInfo)) {
- $wrapParts = explode('|',$this->wrap);
+ $wrapParts = array('', '');
$this->content.=trim($wrapParts[0]).$img->imgTag($imgInfo).trim($wrapParts[1]);
}
$this->content.='