bugs
-
I’ve discovered a little problem in the following
file: image-watermark.php
line: 692.Instead of this
<img id="previewImg_image" src="<? echo $image[0]; ?>" alt="" width="300" />
It should be
<img id="previewImg_image" src="<?php echo $image[0]; ?>" alt="" width="300" />
??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bugs’ is closed to new replies.