fixtags hack slightly cleaned up
[lhc/web/wiklou.git] / includes / ImagePage.php
index dab95ac..4ba864d 100644 (file)
@@ -38,7 +38,7 @@ class ImagePage extends Article {
                        
                        if ( $type != "" ) {
                                # image
-                               $s = "<center><img src=\"{$url}\" width=\"{$width}\" height=\"{$height}\"></center>";
+                               $s = "<center><img src=\"{$url}\" width=\"{$width}\" height=\"{$height}\" /></center>";
                        } else {
                                $s = "<center>".$sk->makeMediaLink($name,"")."</center>";
                        }