Changeset 348

Show
Ignore:
Timestamp:
02/04/2007 03:07:57 PM (6 years ago)
Author:
moo
Message:

coverager: use strong instead of b

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/coverager/coverager.tpl.php

    r185 r348  
    199199    $dir_html = htmlspecialchars($dir); 
    200200    echo <<<EOS 
    201     <a href="?">$l_root</a> <a href="?path={$dir_url}">{$dir_html}</a>/<b>{$filename}</b><br /> 
     201    <a href="?">$l_root</a> <a href="?path={$dir_url}">{$dir_html}</a>/<strong>{$filename}</strong><br /> 
    202202EOS; 
    203203