Skip to content

Commit

Permalink
changed color code
Browse files Browse the repository at this point in the history
git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@253 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
prescience committed May 23, 2001
1 parent 526b199 commit 2312999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view_source.php3
Expand Up @@ -97,7 +97,7 @@
}

function print_code( $p_file_name, $p_block_num, $p_name ) {
$t_color = alternate_colors( $p_block_num, "#eef4ff", "#fff4ee" );
$t_color = alternate_colors( $p_block_num, "#eef4ff", "#d8e0ff" );
echo "<tr bgcolor=$t_color><td>";
PRINT "<a name=\"$p_name\"></a>";
echo "<font face=\"courier new\">";
Expand Down

0 comments on commit 2312999

Please sign in to comment.