aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/util.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@Jona.local>2005-11-18 13:41:58 +0100
committerWilmer van der Gaast <wilmer@Jona.local>2005-11-18 13:41:58 +0100
commitc572dd67167c0365a5bf62899c31efd4f223acaa (patch)
treeadaf621a5ab6809bfbc39a6ed62aabae76a6bb4d /protocols/util.c
parent2dff6f72604bc6e7232b215b229f8e7556608651 (diff)
HTML stripping is optional again (but still safer than before 0.93), but now enabled by default.
Diffstat (limited to 'protocols/util.c')
-rw-r--r--protocols/util.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/util.c b/protocols/util.c
index 073ee36d..6a2f2e46 100644
--- a/protocols/util.c
+++ b/protocols/util.c
@@ -376,8 +376,6 @@ char *escape_html( const char *html )
if( html == NULL )
return( NULL );
- if( g_strncasecmp( html, "<html>", 6 ) == 0 )
- return( g_strdup( html ) );
ret = g_string_new( "" );