plugin v1.3.6, CSS-Validator error
Posted: 27 Dec 2010, 23:36
Hello, Jan!
The browser is Opera 10.63. I have added this command in content:
And I can see a small error in the row num 468.
/public_html/plugins/content/phocadownload.php:
I have solved it by adding the element <object></object>:
Best regards, Ray
The browser is Opera 10.63. I have added this command in content:
Code: Select all
{phocadownload view=file|id=1}/public_html/plugins/content/phocadownload.php:
Code: Select all
$output .= '<div class="phocadownloadfile'.(int)$iSize.'"><a href="'. JRoute::_($link).'" '.$targetOutput.'>'. $textOutput.'</a></div>';Code: Select all
$output .= '<object><div class="phocadownloadfile'.(int)$iSize.'"><a href="'. JRoute::_($link).'" '.$targetOutput.'>'. $textOutput.'</a></div></object>';