Skip to content

Commit

Permalink
Added missing opening quote
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfkleef authored and rombert committed Jan 28, 2012
1 parent a94953d commit 1b612ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/html_api.php
Expand Up @@ -1640,7 +1640,7 @@ function html_buttons_view_bug_page( $p_bug_id ) {

# MONITOR/UNMONITOR button
if( !current_user_is_anonymous() ) {
echo '<td class=center">';
echo '<td class="center">';
if( user_is_monitoring_bug( auth_get_current_user_id(), $p_bug_id ) ) {
html_button_bug_unmonitor( $p_bug_id );
} else {
Expand Down

0 comments on commit 1b612ea

Please sign in to comment.