Forums

This topic is locked

File Genie and xhtml validation

Posted 24 Oct 2011 13:08:47
1
has voted
24 Oct 2011 13:08:47 Massimo Ori posted:
I would like to inform you that, cause validation of the xhtml code, i have inserted this little addition in the incFileGenie.php file.

//define variables
var $alternativeTag = "";

line 123: $fileObj->thumbnailImage = "<img src=\"".$this->getThumbnailName($file)."\" alt=\"".$this->alternativeTag."\" />";
line 126: $fileObj->thumbnailImage = "<img src=\"".$this->path."/".$this->getThumbnailName($file)."\" alt=\"".$this->alternativeTag."\" />";
line 154: $fileObj->thumbnailImage = "<img src=\"".$this->getThumbnailName($realFileName)."\" alt=\"".$this->alternativeTag."\" />";
line 157: $fileObj->thumbnailImage = "<img src=\"".$this->path."/".$this->getThumbnailName($realFileName)."\" alt=\"".$this->alternativeTag."\" />";

Hi

Replies

Replied 16 Feb 2012 13:22:38
16 Feb 2012 13:22:38 qwuitolo Simond replied:
Very confusing code is define here.

Reply to this topic