stupid typo in Image widget
groditi [Sat, 1 Nov 2008 03:08:27 +0000 (03:08 +0000)]
lib/Reaction/UI/Widget/Image.pm

index 418c4e1..18eb310 100644 (file)
@@ -6,7 +6,7 @@ use namespace::clean -except => [ qw(meta) ];
 before fragment widget {
   my $vp = $_{viewport};
   my $attrs = {
-    uri => $vp->uri,
+    src => $vp->uri,
     ($vp->has_width ? (width => $vp->width) : ()),
     ($vp->has_height ? (height => $vp->height) : ()),
   };