Merge commit 'smcv/img-bugfix'
commit
b9ba68208e
|
@ -121,7 +121,7 @@ sub preprocess (@) {
|
|||
my $imgtag='<img src="'.$imgurl.
|
||||
'" width="'.$im->Get("width").
|
||||
'" height="'.$im->Get("height").'"'.
|
||||
(exists $params{alt} ? '" alt="'.$params{alt}.'"' : '').
|
||||
(exists $params{alt} ? ' alt="'.$params{alt}.'"' : '').
|
||||
(exists $params{title} ? ' title="'.$params{title}.'"' : '').
|
||||
(exists $params{class} ? ' class="'.$params{class}.'"' : '').
|
||||
(exists $params{id} ? ' id="'.$params{id}.'"' : '').
|
||||
|
|
Loading…
Reference in New Issue