Skip to content

Commit

Permalink
0002214: When Viewing a Bug, window title should change
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2777 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
mantis committed Jul 30, 2004
1 parent 67cc5c2 commit 2093d45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bug_view_advanced_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: bug_view_advanced_page.php,v 1.58 2004-07-25 21:09:39 thraxisp Exp $
# $Id: bug_view_advanced_page.php,v 1.59 2004-07-30 22:27:49 prichards Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -35,7 +35,7 @@

compress_enable();

html_page_top1( $t_bug->summary );
html_page_top1( bug_format_id( $f_bug_id ) . ': ' . $t_bug->summary );
html_page_top2();
?>

Expand Down
4 changes: 2 additions & 2 deletions bug_view_page.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: bug_view_page.php,v 1.62 2004-07-18 10:46:01 vboctor Exp $
# $Id: bug_view_page.php,v 1.63 2004-07-30 22:27:49 prichards Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -36,7 +36,7 @@

compress_enable();
?>
<?php html_page_top1( $t_bug->summary ) ?>
<?php html_page_top1( bug_format_id( $f_bug_id ) . ': ' . $t_bug->summary ) ?>
<?php html_page_top2() ?>

<br />
Expand Down

0 comments on commit 2093d45

Please sign in to comment.