format fixes
[phpgitweb.git] / htdocs / pages / summary.class.php
index 0e3eae63ff62a39c88482c0da6f84f306bfef04a..d7d17101050fa34618d1adb6ac5fec39b8619935 100644 (file)
 require_once('pages/shortlog.class.php');
 
 class page_summary {
-    private $page, $phpgitweb;
+       private $page, $phpgitweb;
        
-    public function main($phpgitweb, $project) {
+       public function main($phpgitweb, $project) {
                $this->phpgitweb = $phpgitweb;
                if(!$project)
                        return new ContentProvider('main', 'err400');
                $project['refs'] = $phpgitweb->get_project_loader()->getProjectRefs($project);
                $phpgitweb->append_header_nav("summary", null, true);
                $phpgitweb->append_title("summary");
+               CommitLoader::parse(true);
                
                $this->page = new ContentProvider('summary', 'main');