Parent Directory
|
Revision Log
|
Revision Graph
Fixed issues #204027 and #206837 (thanks to Surprise) as well as some other bugs and added some new features
| 1 | <?php |
| 2 | if($description) |
| 3 | { |
| 4 | $description='<span>'.$description.'</span>'; |
| 5 | } |
| 6 | echo '<li class="'.$zebra.($children?' parent':NULL).'"><a href="'.$url.'">'.$name.$description.'</a>'.$children."</li>\n"; |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |