Skip to content

Commit

Permalink
Minor tweak to the jump button style
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@4511 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
giallu committed Jul 31, 2007
1 parent 5ba0f4f commit a1cc90f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/html_api.php
Expand Up @@ -6,7 +6,7 @@
# See the README and LICENSE files for details

# --------------------------------------------------------
# $Id: html_api.php,v 1.210 2007-07-30 16:02:27 zakman Exp $
# $Id: html_api.php,v 1.211 2007-07-31 07:51:16 giallu Exp $
# --------------------------------------------------------

###########################################################################
Expand Down Expand Up @@ -589,7 +589,7 @@ function print_menu() {
}
PRINT implode( $t_menu_options, ' | ' );
PRINT '</td>';
PRINT '<td class="menu a">';
PRINT '<td class="menu right nowrap">';
PRINT '<form method="post" action="jump_to_bug.php">';

if ( ON == config_get( 'use_javascript' ) ) {
Expand Down

0 comments on commit a1cc90f

Please sign in to comment.