# File lib/kwartz/converter.rb, line 86
    def clear_as_dummy_tag    # delete <span> tag
      @tagname = nil
      @head_space = @tail_space = nil if @head_space && @tail_space
    end