bug 8215: (followup) run new files through perltidy
[koha_fer] / Koha / Template / Plugin / ItemTypes.pm
index abccbf4..f0edbc8 100644 (file)
@@ -32,7 +32,7 @@ sub GetDescription {
     my $sth   = C4::Context->dbh->prepare($query);
     $sth->execute($itemtype);
     my $d = $sth->fetchrow_hashref();
-    return encode('UTF-8', $d->{'description'});
+    return encode( 'UTF-8', $d->{'description'} );
 
 }