From 35edf79abe08bcc1833dc695cb9aebfa5d4a78c0 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 9 Jul 2011 15:06:53 -0700 Subject: bug #102 --- mod/parse_url.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/parse_url.php') diff --git a/mod/parse_url.php b/mod/parse_url.php index ec28d7411..bf6639b30 100644 --- a/mod/parse_url.php +++ b/mod/parse_url.php @@ -39,6 +39,12 @@ function parse_url_content(&$a) { killme(); } + if(strpos($s,'')) { + $title = substr($s,strpos($s,'<title>')+7,64); + if(strpos($title,'<') !== false) + $title = substr($title,0,strpos($title,'<')); + } + $config = HTMLPurifier_Config::createDefault(); $config->set('Cache.DefinitionImpl', null); -- cgit v1.2.3