Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/util.c

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