Skip to content

Commit

Permalink
- add example.png
Browse files Browse the repository at this point in the history
- compatible with current dokuwiki version
  • Loading branch information
lisps committed Jan 10, 2014
1 parent 14f801d commit 558842b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file added example/example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ function td($id) {

$ret .= '<a href="'.wl($id).'">';
//add image tag
$ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height)).'"';
//after merging of https://github.com/splitbrain/dokuwiki/pull/454
//$ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height)).'"';
$ret .= '<img src="'.ml($src).'"';
$ret .= ' class="media'.$align.'"';

$ret .= ' style="';
Expand Down

0 comments on commit 558842b

Please sign in to comment.