1
0
Fork 0

coverager: use strong instead of b

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@348 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2007-02-04 14:07:57 +00:00
parent c9704672d1
commit 4b3347370a
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ else if ($action == 'file') {
$dir_url = urlencode($dir);
$dir_html = htmlspecialchars($dir);
echo <<<EOS
<a href="?">$l_root</a> <a href="?path={$dir_url}">{$dir_html}</a>/<b>{$filename}</b><br />
<a href="?">$l_root</a> <a href="?path={$dir_url}">{$dir_html}</a>/<strong>{$filename}</strong><br />
EOS;
echo file_head();