| Author | Dave Jarvis <email> |
|---|---|
| Date | 2026-02-15 19:47:12 GMT-0800 |
| Commit | 90a5669c2b7ad7585cbaa31ef6c297c85d85ac25 |
| Parent | 5ab23c1 |
| echo '<tbody>'; | ||
| - $renderer = new HtmlFileRenderer( $this->currentRepo['safe_name'], $path ); | ||
| + $currentPath = $this->hash ? $path : ''; | ||
| + $renderer = new HtmlFileRenderer( | ||
| + $this->currentRepo['safe_name'], $currentPath | ||
| + ); | ||
| foreach( $entries as $file ) { |
| Delta | 4 lines added, 1 line removed, 3-line increase |
|---|