<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -163,7 +163,9 @@ module WillPaginate
     
   protected
 
-    def gap_marker; '...'; end
+    def gap_marker
+      '&lt;span class=&quot;gap&quot;&gt;&amp;hellip;&lt;/span&gt;'
+    end
     
     def windowed_links
       prev = nil</diff>
      <filename>lib/will_paginate/view_helpers.rb</filename>
    </modified>
    <modified>
      <diff>@@ -171,7 +171,7 @@ class PaginationTest &lt; Test::Unit::TestCase
         assert_select elements.last, 'a', &quot;Next &amp;raquo;&quot;
       end
       assert_select 'span.current', entries.current_page.to_s
-      assert_equal '&amp;laquo; Previous 1 2 ... 5 6 7 ... 10 11 Next &amp;raquo;', pagination.first.inner_text
+      assert_equal '&amp;laquo; Previous 1 2 &amp;hellip; 5 6 7 &amp;hellip; 10 11 Next &amp;raquo;', pagination.first.inner_text
     end
   end
 </diff>
      <filename>test/pagination_test.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c314477eb9c6cd7e32b183efd3dec4b00af1f2f0</id>
    </parent>
  </parents>
  <author>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </author>
  <url>http://github.com/mislav/will_paginate/commit/3f770b7c414d2dfdca8c83cc5d85ecc4ddf1f083</url>
  <id>3f770b7c414d2dfdca8c83cc5d85ecc4ddf1f083</id>
  <committed-date>2008-04-03T19:36:28-07:00</committed-date>
  <authored-date>2008-04-03T19:36:28-07:00</authored-date>
  <message>Change gap in pagination links from '...' to '&lt;span class=&quot;gap&quot;&gt;&amp;hellip;&lt;/span&gt;'.
That way it can be better styled or manipulated via the DOM.</message>
  <tree>2864314b6f7a7c7f97d5351ea0fbf4e5347366be</tree>
  <committer>
    <name>Mislav Marohni&#263;</name>
    <email>mislav.marohnic@gmail.com</email>
  </committer>
</commit>
