]> sjero.net Git - wget/blobdiff - src/html-parse.c
mass change: update copyright years.
[wget] / src / html-parse.c
index 4cd86b93e0ae610b22feb243e1180175faf40333..9fafd8f5a1177c02c455615ea7f3dfc5f37d493d 100644 (file)
@@ -1,6 +1,6 @@
 /* HTML parser for Wget.
    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
-   2007, 2008, 2009, 2010 Free Software Foundation, Inc.
+   2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -960,7 +960,7 @@ map_html_tags (const char *text, int size,
             /*              ^  */
             ADVANCE (p);
             SKIP_WS (p);
-            if (*p != '<' || *p != '>')
+            if (*p != '<' && *p != '>')
               goto backout_tag;
           }