Skip to content

Commit

Permalink
Accessibility: Title parameter added to file link element in file sea…
Browse files Browse the repository at this point in the history
…rch reasults
  • Loading branch information
Brianetta committed Oct 9, 2006
1 parent bd09fd8 commit 699de55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion searchresults.inc
Expand Up @@ -133,7 +133,7 @@ if(@ mysql_num_rows($result) != 0)
}
print("<td class=\"list\">".date($lang['date_format'],$row["datestamp"])."</td>");
print("<td class=\"list\">".$row["size"]." ".$lang['bytes']."</td>");
print("<td class=\"list\"><a href=\"$PHP_SELF?fileid=".$row["fileid"]."\">".$lang['file']." ".$row["fileid"]."</a></td>\n");
print("<td class=\"list\"><a title=\"".$row["filename"]."\" href=\"$PHP_SELF?fileid=".$row["fileid"]."\">".$lang['file']." ".$row["fileid"]."</a></td>\n");
print("<td class=\"list\"><a href=\"$PHP_SELF?folder=".$row["folder"]."\">".$lang['folder']." ".$row["folder"]."</a></td>\n");
print("</tr>\n");
}
Expand Down
1 change: 0 additions & 1 deletion tail.inc
Expand Up @@ -33,7 +33,6 @@ $_SESSION["loginhost"]=$loginhost;
$_SESSION["help_keyword"]=$help_keyword;

?>

</div>
<span class="copyright"><? printf($lang['_copyright_message'],(string)ppcis_version,(string)ppcis_year); ?></span>
</body>
Expand Down

0 comments on commit 699de55

Please sign in to comment.