# File lib/feedparser/html2text-parser.rb, line 19
    def next_img_index
      n = @img_index[0] + 1
      @img_index = " "
      @img_index[0] = n
      return @img_index
    end