<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,7 @@
 # License:: MIT License (http://www.opensource.org/licenses/mit-license.php)
 #
 
+
 module MicroformatsHelper
 
   # ==Options
@@ -109,8 +110,8 @@ module MicroformatsHelper
 
     if tel = values[:tel]
       tel_values = &quot;&quot;
-      tel.each do |k,v|
-        tel_values += content_tag(&quot;span&quot;, &quot;#{k.capitalize}: &quot;, :class =&gt; &quot;tel-label-#{k} type&quot;) + content_tag(&quot;span&quot;, v, :class =&gt; &quot;value&quot;)
+      tel.sort.reverse.each do |k,v|
+        tel_values += content_tag(&quot;span&quot;, &quot;#{k.capitalize}: &quot;, :class =&gt; &quot;tel-label-#{k} type&quot;) + content_tag(&quot;span&quot;, v, :class =&gt; &quot;value&quot;) + &quot;\n&quot;
       end
       span_tel = &quot;\n&quot; + content_tag(&quot;span&quot;, tel_values, :class =&gt; &quot;tel&quot;) + &quot;\n&quot;
     else</diff>
      <filename>lib/microformats_helper.rb</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@ class MicroformatsHelperTest &lt; Test::Unit::TestCase
   end
   
   def test_hcard_tel
-    output = hcard(:fn =&gt; &quot;John Doe&quot;, :tel =&gt; { &quot;fax&quot; =&gt; &quot;544-5544&quot;, &quot;home&quot; =&gt; &quot;555-5555&quot; })
-    assert_equal &quot;&lt;span class=\&quot;vcard\&quot;&gt;\n&lt;span class=\&quot;fn n\&quot;&gt;John Doe&lt;/span&gt;\n\n&lt;span class=\&quot;tel\&quot;&gt;&lt;span class=\&quot;tel-label-fax type\&quot;&gt;Fax: &lt;/span&gt;&lt;span class=\&quot;value\&quot;&gt;544-5544&lt;/span&gt;&lt;span class=\&quot;tel-label-home type\&quot;&gt;Home: &lt;/span&gt;&lt;span class=\&quot;value\&quot;&gt;555-5555&lt;/span&gt;&lt;/span&gt;\n&lt;/span&gt;&quot;, output
+    output = hcard(:fn =&gt; &quot;John Doe&quot;, :tel =&gt; { &quot;home&quot; =&gt; &quot;555-5555&quot;, &quot;fax&quot; =&gt; &quot;544-5544&quot; })
+    assert_equal &quot;&lt;span class=\&quot;vcard\&quot;&gt;\n&lt;span class=\&quot;fn n\&quot;&gt;John Doe&lt;/span&gt;\n\n&lt;span class=\&quot;tel\&quot;&gt;&lt;span class=\&quot;tel-label-home type\&quot;&gt;Home: &lt;/span&gt;&lt;span class=\&quot;value\&quot;&gt;555-5555&lt;/span&gt;\n&lt;span class=\&quot;tel-label-fax type\&quot;&gt;Fax: &lt;/span&gt;&lt;span class=\&quot;value\&quot;&gt;544-5544&lt;/span&gt;\n&lt;/span&gt;\n&lt;/span&gt;&quot;, output
   end
 end
\ No newline at end of file</diff>
      <filename>test/microformats_helper_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e1c7f4224f50006132d4262e5d349c1eae9b6af8</id>
    </parent>
  </parents>
  <author>
    <name>Ricardo Shiota Yasuda</name>
    <email>shadow11@gmail.com</email>
  </author>
  <url>http://github.com/shadow11/microformats_helper/commit/d5eb3166e9103d0b79e309d588e4d76f34dd38b0</url>
  <id>d5eb3166e9103d0b79e309d588e4d76f34dd38b0</id>
  <committed-date>2009-09-04T10:35:50-07:00</committed-date>
  <authored-date>2009-09-04T10:35:50-07:00</authored-date>
  <message>Show telephone in reverse order</message>
  <tree>2f3fea00d7fd4bcfd2c6b7f4f90661f6ed063e9f</tree>
  <committer>
    <name>Ricardo Shiota Yasuda</name>
    <email>shadow11@gmail.com</email>
  </committer>
</commit>
