<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,7 +44,7 @@ module RadiusTags
     &lt;pre&gt;&lt;code&gt;&lt;r:tag_cloud_list [limit=&quot;number&quot;] [results_page=&quot;/some/url&quot;] [scope=&quot;/some/url&quot;]/&gt;&lt;/code&gt;&lt;/pre&gt;
   }
   tag &quot;tag_cloud&quot; do |tag|
-    tag_cloud = MetaTag.cloud(:limit =&gt; tag.attr['limit'].to_i || 5).sort
+    tag_cloud = MetaTag.cloud(:limit =&gt; tag.attr['limit'] || 5).sort
     tag_cloud = filter_tags_to_url_scope(tag_cloud, tag.attr['scope']) unless tag.attr['scope'].nil?
     
     results_page = tag.attr['results_page'] || Radiant::Config['tags.results_page_url']</diff>
      <filename>app/models/radius_tags.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3ef69dbd90d05b20397088822ed6a90436d2eac3</id>
    </parent>
  </parents>
  <author>
    <name>Benny Degezelle</name>
    <login>jomz</login>
    <email>benny@gorilla-webdesign.be</email>
  </author>
  <url>http://github.com/jomz/radiant-tags-extension/commit/bb89302ca442c28227f6abab52447ee4f95e13e7</url>
  <id>bb89302ca442c28227f6abab52447ee4f95e13e7</id>
  <committed-date>2009-07-17T06:56:14-07:00</committed-date>
  <authored-date>2009-07-17T06:56:14-07:00</authored-date>
  <message>removing attr['limit'].to_i, because in that case, no limit attr would return limit of 0</message>
  <tree>7243281252cfec148b627ef8dffa175fac0e850b</tree>
  <committer>
    <name>Benny Degezelle</name>
    <login>jomz</login>
    <email>benny@gorilla-webdesign.be</email>
  </committer>
</commit>
