Forums

This topic is locked

File Genie and xhtml validation

Posted 13 years ago
1
has voted
13 years ago 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 13 years ago
13 years ago qwuitolo Simond replied:
Very confusing code is define here.

Reply to this topic