Skip to content

Commit

Permalink
fix for 0004725: (#1466) Broken HTML / Misaligned links on top of vie…
Browse files Browse the repository at this point in the history
…w pages

missing </td> tag


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@3061 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
thraxisp committed Oct 16, 2004
1 parent acd2641 commit d1f63c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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.64 2004-10-16 00:22:39 vboctor Exp $
# $Id: bug_view_advanced_page.php,v 1.65 2004-10-16 15:32:26 thraxisp Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -66,6 +66,7 @@
<?php
}
?>
</td>
<!-- prev/next links -->
<?php if( $t_bugslist = gpc_get_cookie( 'bugslist', false ) ) { ?>
<td class="center"><span class="small">
Expand Down
3 changes: 2 additions & 1 deletion 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.68 2004-10-16 00:22:39 vboctor Exp $
# $Id: bug_view_page.php,v 1.69 2004-10-16 15:32:26 thraxisp Exp $
# --------------------------------------------------------
?>
<?php
Expand Down Expand Up @@ -66,6 +66,7 @@
<?php
}
?>
</td>
<!-- prev/next links -->
<?php if( $t_bugslist = gpc_get_cookie( 'bugslist', false ) ) { ?>
<td class="center"><span class="small">
Expand Down

0 comments on commit d1f63c4

Please sign in to comment.