Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Commit

Permalink
fix url call
Browse files Browse the repository at this point in the history
  • Loading branch information
attogram committed Apr 26, 2016
1 parent 37fac31 commit 407559f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiib.php
Expand Up @@ -69,7 +69,7 @@ function display_image_mini($image='', $size=100) {
//. '<a href="" style="color:#bbb;background-color:#333;text-decoration:none;"> -<sup>'
//. $image['votes_against'] . '</sup></a>'
//. '<br />'
. '<a href="' . $this->url('for') . '?i=' . $image['pageid'] . '">'
. '<a href="' . $this->url('info') . '?i=' . $image['pageid'] . '">'
. '<img src="' . $mini_url . '" width="' . $w . '" height="' . $h. '"'
. ' style="border:0px;"'
. ' alt="' . htmlspecialchars($this->pretty_title($image['title'])) . '"'
Expand Down

0 comments on commit 407559f

Please sign in to comment.