Viewing 1 replies (of 1 total)
  • Thread Starter faina09

    (@faina09)

    partially fixed:

    //@@@@@@@@@@@@@ FavirollWorker.class.php line 348: add OR
    // scan html code for things like: <link href="...."  rel="shortcut icon"/>
    if (preg_match('/<link[^>]+rel=["\'](?:shortcut )?icon["\'][^>]+?href=["\']([^"\']+?)["\']/si', $html, $matches) OR
    	preg_match('/<link[^>]+href=["\']([^"\']+?)["\'][^>]+?rel=["\'](?:shortcut )?icon["\']/si', $html, $matches)) {

Viewing 1 replies (of 1 total)
  • The topic ‘does not supports HTML tags?!’ is closed to new replies.