')
    elseif s:settings.use_xhtml
      call add(html, '
')
    else
      call add(html, ' ')
    endif
    let html += temp
    call add(html, '  | ')
    " Close this buffer
    " TODO: the comment above says we're going to allow saving the file
    " later...but here we discard it?
    quit!
  endfor
  let html[body_line_num] = body_line
  call add(html, '  |