1
novlang1984
xNews 1.71 RC - PDF plugin detection causes troubles

In article.php
//DNPROSSI - Added for adobe detection * does not work in msie
$browser $_SERVER['HTTP_USER_AGENT'];
//'msie', 'firefox', 'safari', 'webkit', 'opera', 'netscape', 'konqueror', 'gecko'
if ( !preg_match("/msie[^;]*/i"$browser) ) {
    
$has_adobe nw_detect_adobe();
} else {  
$has_adobe 1; }

this script causes troubles with Opera, same behavior than an unclosed tag...