[980] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r966 - trunk/owl

daemon@ATHENA.MIT.EDU (austein@MIT.EDU)
Thu Oct 29 18:11:49 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
X-Original-To: nelhage@nelhage.com
To: dirty-owl-hackers@mit.edu
From: austein@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU
Date: Sun, 24 Feb 2008 03:39:48 -0500 (EST)

Author: austein
Date: 2008-02-24 03:39:48 -0500 (Sun, 24 Feb 2008)
New Revision: 966

Modified:
   trunk/owl/text.c
Log:
HTML Filtering fix for BODY tag

Modified: trunk/owl/text.c
===================================================================
--- trunk/owl/text.c	2008-02-24 02:32:20 UTC (rev 965)
+++ trunk/owl/text.c	2008-02-24 08:39:48 UTC (rev 966)
@@ -166,7 +166,7 @@
     }
 
     /* look for things we know */
-    if (!strncasecmp(ptr2, "<BODY ", 6) ||
+    if (!strncasecmp(ptr2, "<BODY", 5) ||
 	!strncasecmp(ptr2, "<FONT", 5) ||
 	!strncasecmp(ptr2, "<HTML", 5) ||
 	!strncasecmp(ptr2, "</FONT", 6) ||


home help back first fref pref prev next nref lref last post