diff --git a/SourceGitweb/SourceGitweb.php b/SourceGitweb/SourceGitweb.php index c9fa3c7..9428005 100644 --- a/SourceGitweb/SourceGitweb.php +++ b/SourceGitweb/SourceGitweb.php @@ -52,7 +52,7 @@ $t_ref = substr( $p_changeset->revision, 0, 8 ); $t_branch = $p_changeset->branch; - return "$t_branch revision\">$t_ref"; + return "$t_branch $t_ref"; } function show_file( $p_event, $p_repo, $p_changeset, $p_file ) {