diff --git a/codepot/src/codepot/views/code_history.php b/codepot/src/codepot/views/code_history.php index 3842effc..8d163e9b 100644 --- a/codepot/src/codepot/views/code_history.php +++ b/codepot/src/codepot/views/code_history.php @@ -103,7 +103,7 @@ $this->load->view (
lang->line('Revision')?> | +lang->line('Revision')?> | lang->line('Committer')?> | lang->line('Date')?> | lang->line('Message')?> | @@ -121,7 +121,7 @@ $this->load->view ( $rowclass = $rowclasses[($history_count - $i) % 2]; print "||||
---|---|---|---|---|---|---|---|---|
'; + print ' | '; $xfullpath = $this->converter->AsciiToHex ( ($fullpath == '')? '.': $fullpath); @@ -136,26 +136,22 @@ $this->load->view ( } print ' | '; - print ''; - print anchor ("code/revision/{$project->id}/{$xfullpath}/{$h['rev']}", - ''); - print ' | '; - - print ''; - // Repository migration from googlecode reveales that it did not put + print ' | '; + // Repository migration from googlecode revealed that it did not put // 'author' for initial project creation. So I've added the following check. if (array_key_exists('author', $h)) print htmlspecialchars($h['author']); print ' | '; - print '';
+ print ' |