Skip to content

Commit

Permalink
Fixes two system notices in changelog page.
Browse files Browse the repository at this point in the history
  • Loading branch information
vboctor committed Dec 12, 2008
1 parent 18a2c0b commit 4c9785c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog_page.php
Expand Up @@ -51,9 +51,9 @@ function print_version_header( $p_version_id ) {
$t_release_date = '';
}

echo '<br />', $t_release_title, $t_release_date, print_bracket_link( 'view_all_set.php?type=1&amp;temporary=y&amp;' . FILTER_PROPERTY_PROJECT_ID . '=' . $t_project_id . '&amp;' . FILTER_PROPERTY_FIXED_IN_VERSION . '=' . $t_version_name, lang_get( view_bugs_link ) ), '<br />';
echo '<br />', $t_release_title, $t_release_date, print_bracket_link( 'view_all_set.php?type=1&amp;temporary=y&amp;' . FILTER_PROPERTY_PROJECT_ID . '=' . $t_project_id . '&amp;' . FILTER_PROPERTY_FIXED_IN_VERSION . '=' . $t_version_name, lang_get( 'view_bugs_link' ) ), '<br />';

$t_release_title_without_hyperlinks .= $t_scheduled_release_date;
$t_release_title_without_hyperlinks .= $t_release_date;
echo str_pad( '', strlen( $t_release_title_without_hyperlinks ), '=' ), '<br />';
}

Expand Down

0 comments on commit 4c9785c

Please sign in to comment.