Skip to content

Commit

Permalink
Revert "Fix #11600: Bugnote direct links include mismatched parenthesis"
Browse files Browse the repository at this point in the history
This reverts commit 02185e9.
  • Loading branch information
davidhicks committed Mar 4, 2010
1 parent 02185e9 commit 6dd6e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bugnote_view_inc.php
Expand Up @@ -154,7 +154,7 @@
<tr class="bugnote" id="c<?php echo $t_bugnote->id ?>">
<td class="<?php echo $t_bugnote_css ?>">
<?php if ( ON == config_get("show_avatar") ) print_avatar( $t_bugnote->reporter_id ); ?>
<span class="small">(<a href="<?php echo string_get_bugnote_view_url($t_bugnote->bug_id, $t_bugnote->id) ?>" title="<?php echo lang_get( 'bugnote_link_title' ) ?>"><?php echo $t_bugnote_id_formatted ?></a>)</span><br />
<span class="small">(<a href="<?php echo string_get_bugnote_view_url($t_bugnote->bug_id, $t_bugnote->id) ?>" title="<?php echo lang_get( 'bugnote_link_title' ) ?>"><?php echo $t_bugnote_id_formatted ?>)</a></span><br />
<?php
echo print_user( $t_bugnote->reporter_id );
?>
Expand Down

0 comments on commit 6dd6e7c

Please sign in to comment.