Changeset c572dd6 for protocols/util.c


Ignore:
Timestamp:
2005-11-18T12:41:58Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
517ecc4
Parents:
2dff6f7
Message:

HTML stripping is optional again (but still safer than before 0.93), but now enabled by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/util.c

    r2dff6f7 rc572dd6  
    377377        if( html == NULL )
    378378                return( NULL );
    379         if( g_strncasecmp( html, "<html>", 6 ) == 0 )
    380                 return( g_strdup( html ) );
    381379       
    382380        ret = g_string_new( "" );
Note: See TracChangeset for help on using the changeset viewer.