Skip to content
Snippets Groups Projects
Commit 95cca857 authored by Christoph Miebach's avatar Christoph Miebach
Browse files

close img tag for sponsors

parent 78079d01
No related branches found
No related tags found
No related merge requests found
......@@ -303,7 +303,7 @@ function start_body( $body_color, $language, $b_show_donate = true, $nobanner, $
<div id="sponsors-carousel">
<?php foreach($sponsors as $sponsor) {
echo '<a target="_blank" href="' . $sponsor["link"] .'">' .
'<img src="' . $sponsorsDir . $sponsor["imgSrc"] . '">' .
'<img src="' . $sponsorsDir . $sponsor["imgSrc"] . '" />' .
'</a>';
}
?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment