From 59a6d5706d6e567d871a4f233422af04027c834c Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 11 Jun 2011 13:47:59 -0700 Subject: [PATCH] Fix a bug in the importer string representation. --- lib/compass/sprite_importer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/sprite_importer.rb b/lib/compass/sprite_importer.rb index 94d3b11e32..459c20e6a8 100644 --- a/lib/compass/sprite_importer.rb +++ b/lib/compass/sprite_importer.rb @@ -31,7 +31,7 @@ def find_relative(uri, base, options) end def to_s - content_for_images + self.class.name end def hash