summaryrefslogtreecommitdiffstats
path: root/templates/show_big_art.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/show_big_art.inc.php')
-rw-r--r--templates/show_big_art.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_big_art.inc.php b/templates/show_big_art.inc.php
index e1cbdcaf..4121fff3 100644
--- a/templates/show_big_art.inc.php
+++ b/templates/show_big_art.inc.php
@@ -31,7 +31,7 @@ $htmllang = str_replace("_","-",Config::get('lang'));
<body onLoad="self.resizeTo(document.images[0].width+30, document.images[0].height+70)">
<?php
echo "<a href=\"javascript:window.close()\" title=\"" . _('Click to close window') . "\">";
-echo "<img src=\"" . Config::get('web_path') . "/image.php?id=" . scrub_out($_GET['id']) . "&amp;sid=" . session_id() . "\" />";
+echo "<img src=\"" . Config::get('web_path') . "/image.php?id=" . scrub_out($_GET['id']) . "&amp;sid=" . session_id() . "\" border=\"0\" alt=\"\" />";
echo "</a>";
?>
</body>