<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -42,11 +42,9 @@ module BrowserizedStyles
   def stylesheet_link_tag_with_browserization(*sources)
     browserized_sources = Array.new
     sources.each do |source|
-      source.gsub!(&quot;.css&quot;,&quot;&quot;)
-      browserized_source = &quot;#{source.to_s}_#{browser_name}&quot;
+      subbed_source = source.to_s.gsub(&quot;.css&quot;,&quot;&quot;)
+      browserized_source = &quot;#{subbed_source.to_s}_#{browser_name}&quot;
       path = File.join(ActionView::Helpers::AssetTagHelper::STYLESHEETS_DIR,&quot;#{browserized_source}.css&quot;)
-      puts path
-      puts File.exist?(path)
       browserized_sources &lt;&lt; source
       browserized_sources &lt;&lt; browserized_source
     end</diff>
      <filename>lib/browserized_styles.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7e92568ea4d66ea5f7faece6fab5258ab9a6181c</id>
    </parent>
  </parents>
  <author>
    <name>michael</name>
    <email>michael@0572c0d6-f9f1-4294-a55b-9f92c10757d9</email>
  </author>
  <url>http://github.com/mbleigh/browserized-styles/commit/45b3318bc0f6685d218d744620f452d20e67d38c</url>
  <id>45b3318bc0f6685d218d744620f452d20e67d38c</id>
  <committed-date>2007-12-08T12:25:34-08:00</committed-date>
  <authored-date>2007-12-08T12:25:34-08:00</authored-date>
  <message>Removes puts, leave symbols alone for processing.

git-svn-id: http://svn.intridea.com/svn/public/browserized_styles@34 0572c0d6-f9f1-4294-a55b-9f92c10757d9</message>
  <tree>14043a9ef226ee1ce20c924a5f75c04d17431de9</tree>
  <committer>
    <name>michael</name>
    <email>michael@0572c0d6-f9f1-4294-a55b-9f92c10757d9</email>
  </committer>
</commit>
