* Corrected a typo in an error handler in the image plugin.
parent
c8b2ae9f9e
commit
9a122f001a
|
@ -62,7 +62,7 @@ sub preprocess (@) { #{{{
|
|||
return "[[img ".sprintf(gettext("failed to read %s: %s"), $file, $r)."]]" if $r;
|
||||
|
||||
$r = $im->Resize(geometry => "${w}x${h}");
|
||||
return "[[img ".sprinftf(gettext("failed to resize: %s"), $r)."]]" if $r;
|
||||
return "[[img ".sprintf(gettext("failed to resize: %s"), $r)."]]" if $r;
|
||||
|
||||
# don't actually write file in preview mode
|
||||
if (! $params{preview}) {
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
ikiwiki (2.3) UNRELEASED; urgency=low
|
||||
|
||||
* Corrected a typo in an error handler in the image plugin.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Tue, 19 Jun 2007 19:46:21 +0100
|
||||
|
||||
ikiwiki (2.2) unstable; urgency=low
|
||||
|
||||
* Change the aggregate plugin's locking strategy. Now it defers loading state
|
||||
|
|
Loading…
Reference in New Issue