Merge commit 'smcv/img-bugfix'

master
Joey Hess 2009-06-16 15:07:58 -04:00
commit b9ba68208e
1 changed files with 1 additions and 1 deletions

View File

@ -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}.'"' : '').