alecpl
2009-04-05 5a3f5852aa2fe5704b4ae3a066fd64044fbde970
program/lib/html2text.php
@@ -522,9 +522,9 @@
            $this->_link_count++;
            $this->_link_list .= "[" . $this->_link_count . "] $link\n";
            $additional = ' [' . $this->_link_count . ']';
      } elseif ( substr($link, 0, 11) == 'javascript:' ) {
         // Don't count the link; ignore it
         $additional = '';
   } elseif ( substr($link, 0, 11) == 'javascript:' ) {
      // Don't count the link; ignore it
      $additional = '';
      // what about href="#anchor" ?
        } else {
            $this->_link_count++;