coverager: use strong instead of b
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@348 c26eb9a1-5813-0410-bd6c-c2e55f420ca73.0
parent
c9704672d1
commit
4b3347370a
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue