foto: replace deprecated <strike> element by <s>
[minimedit.git] / foto / index.php
index 0ce4d206aa2a4c72b2336fc8a2b7e3fae665c71d..850d82a722d49b55b429089aebb6bd02739d3cdf 100644 (file)
@@ -67,7 +67,7 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) {
                $html = '<img src="/'.$cover.'" />';
                $html .= "<figcaption>$album</figcaption>";
                if (!$User->login and file_exists("$path/.private")) {
-                       $html = '<strike title="bewoners">'.$html.'</strike>';
+                       $html = '<s title="bewoners">'.$html.'</s>';
                }
                $html = "<figure>$html</figure>";