# File lib/will_paginate/view_helpers.rb, line 315
    def page_span(page, text, attributes = {})
      @template.content_tag :span, text, attributes
    end